[Pkg-xfce-commits] r4601 - in goodies/branches/experimental/xfce4-indicator-plugin/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Tue Nov 30 04:56:07 UTC 2010


Author: corsac
Date: 2010-11-30 16:56:07 +0000 (Tue, 30 Nov 2010)
New Revision: 4601

Removed:
   goodies/branches/experimental/xfce4-indicator-plugin/debian/patches/02_menu_on_no-indicators.patch
Modified:
   goodies/branches/experimental/xfce4-indicator-plugin/debian/changelog
   goodies/branches/experimental/xfce4-indicator-plugin/debian/patches/series
Log:
02_menu_on_no-indicators as well. 

Modified: goodies/branches/experimental/xfce4-indicator-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-indicator-plugin/debian/changelog	2010-11-30 16:55:38 UTC (rev 4600)
+++ goodies/branches/experimental/xfce4-indicator-plugin/debian/changelog	2010-11-30 16:56:07 UTC (rev 4601)
@@ -11,8 +11,9 @@
   * debian/watch updated.
   * debian/patches:
     - 01_libindicator0.3.0_compat dropped, included upstream.
+    - 02_menu_on_no-indicators as well. 
 
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 30 Nov 2010 17:55:12 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 30 Nov 2010 17:55:58 +0100
 
 xfce4-indicator-plugin (0.0.1-2) unstable; urgency=low
 

Deleted: goodies/branches/experimental/xfce4-indicator-plugin/debian/patches/02_menu_on_no-indicators.patch
===================================================================
--- goodies/branches/experimental/xfce4-indicator-plugin/debian/patches/02_menu_on_no-indicators.patch	2010-11-30 16:55:38 UTC (rev 4600)
+++ goodies/branches/experimental/xfce4-indicator-plugin/debian/patches/02_menu_on_no-indicators.patch	2010-11-30 16:56:07 UTC (rev 4601)
@@ -1,27 +0,0 @@
-Description: add a menu in the case there are no indicators
-Forwarded: Yes
-Author: Evgeni Golov <evgeni at debian.org>
-Bug-Debian: http://bugs.debian.org/587167
-Last-Update: 2010-06-29
-
-diff -r 630cdff47172 panel-plugin/indicator.c
---- a/panel-plugin/indicator.c	Mon Jun 07 11:12:31 2010 +0200
-+++ b/panel-plugin/indicator.c	Tue Jun 29 08:42:35 2010 +0200
-@@ -204,7 +204,8 @@
- 
-   if (indicators_loaded == 0) {
-     /* A label to allow for click through */
--    indicator->item = gtk_label_new(_("No Indicators"));
-+    indicator->item = xfce_create_panel_button();
-+    gtk_button_set_label(indicator->item, _("No Indicators"));
-     gtk_widget_show(indicator->item);
-     gtk_container_add (GTK_CONTAINER (plugin), indicator->item);
-   } else {
-@@ -293,6 +294,7 @@
- 
-   /* show the panel's right-click menu on this menu */
-   xfce_panel_plugin_add_action_widget (plugin, indicator->menu);
-+  xfce_panel_plugin_add_action_widget (plugin, indicator->item);
- 
-   /* connect plugin signals */
-   g_signal_connect (G_OBJECT (plugin), "free-data",

Modified: goodies/branches/experimental/xfce4-indicator-plugin/debian/patches/series
===================================================================
--- goodies/branches/experimental/xfce4-indicator-plugin/debian/patches/series	2010-11-30 16:55:38 UTC (rev 4600)
+++ goodies/branches/experimental/xfce4-indicator-plugin/debian/patches/series	2010-11-30 16:56:07 UTC (rev 4601)
@@ -1,2 +1 @@
-02_menu_on_no-indicators.patch
 03_skip_pofiles_in_patches.patch




More information about the Pkg-xfce-commits mailing list