[Pkg-xfce-commits] r4669 - in goodies/branches/experimental/xfce4-systemload-plugin/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Fri Dec 10 06:59:39 UTC 2010
Author: corsac
Date: 2010-12-10 06:59:38 +0000 (Fri, 10 Dec 2010)
New Revision: 4669
Removed:
goodies/branches/experimental/xfce4-systemload-plugin/debian/patches/02_fix-tooltip-gtk2.12.patch
goodies/branches/experimental/xfce4-systemload-plugin/debian/patches/series
Modified:
goodies/branches/experimental/xfce4-systemload-plugin/debian/changelog
Log:
02_fix-tooltip-gtk2.12 dropped as well.
Modified: goodies/branches/experimental/xfce4-systemload-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-systemload-plugin/debian/changelog 2010-12-10 06:58:34 UTC (rev 4668)
+++ goodies/branches/experimental/xfce4-systemload-plugin/debian/changelog 2010-12-10 06:59:38 UTC (rev 4669)
@@ -13,8 +13,9 @@
* debian/watch updated.
* debian/patches:
- 01_fix-ftbfs-kfreebsd dropped, included upstream.
+ - 02_fix-tooltip-gtk2.12 dropped as well.
- -- Yves-Alexis Perez <corsac at debian.org> Fri, 10 Dec 2010 07:58:06 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Fri, 10 Dec 2010 07:59:20 +0100
xfce4-systemload-plugin (0.4.2-3) unstable; urgency=low
Deleted: goodies/branches/experimental/xfce4-systemload-plugin/debian/patches/02_fix-tooltip-gtk2.12.patch
===================================================================
--- goodies/branches/experimental/xfce4-systemload-plugin/debian/patches/02_fix-tooltip-gtk2.12.patch 2010-12-10 06:58:34 UTC (rev 4668)
+++ goodies/branches/experimental/xfce4-systemload-plugin/debian/patches/02_fix-tooltip-gtk2.12.patch 2010-12-10 06:59:38 UTC (rev 4669)
@@ -1,23 +0,0 @@
-diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
-index cc96ec4..027e8fe 100644
---- a/panel-plugin/systemload.c
-+++ b/panel-plugin/systemload.c
-@@ -315,11 +315,18 @@ monitor_control_new(XfcePanelPlugin *plugin)
- {
- int count;
- t_global_monitor *global;
-+ GtkSettings *settings;
-
- tooltips = gtk_tooltips_new ();
- g_object_ref (tooltips);
- gtk_object_sink (GTK_OBJECT (tooltips));
-
-+ /* reduce the default tooltip timeout to be smaller than the update
-+ * interval otherwise we won't see tooltips on GTK 2.16 or newer */
-+ settings = gtk_settings_get_default();
-+ if (g_object_class_find_property(G_OBJECT_GET_CLASS(settings), "gtk-tooltip-timeout"))
-+ g_object_set(settings, "gtk-tooltip-timeout", UPDATE_TIMEOUT - 10, NULL);
-+
- global = g_new(t_global_monitor, 1);
- global->plugin = plugin;
- global->timeout_id = 0;
Deleted: goodies/branches/experimental/xfce4-systemload-plugin/debian/patches/series
===================================================================
--- goodies/branches/experimental/xfce4-systemload-plugin/debian/patches/series 2010-12-10 06:58:34 UTC (rev 4668)
+++ goodies/branches/experimental/xfce4-systemload-plugin/debian/patches/series 2010-12-10 06:59:38 UTC (rev 4669)
@@ -1 +0,0 @@
-02_fix-tooltip-gtk2.12.patch
More information about the Pkg-xfce-commits
mailing list