[gnome-applets] modemlights: use EXPAND_MINOR flag



commit 5ff01630fdeda739527448c8977a01bf783d07f7
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Apr 14 12:13:40 2015 +0300

    modemlights: use EXPAND_MINOR flag

 modemlights/modem-applet.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/modemlights/modem-applet.c b/modemlights/modem-applet.c
index 7f8468c..407a7a4 100644
--- a/modemlights/modem-applet.c
+++ b/modemlights/modem-applet.c
@@ -1005,6 +1005,8 @@ modem_applet_fill (ModemApplet *applet)
 
   g_return_val_if_fail (PANEL_IS_APPLET (applet), FALSE);
 
+  panel_applet_set_flags (PANEL_APPLET (applet), PANEL_APPLET_EXPAND_MINOR);
+
   gtk_widget_show_all (GTK_WIDGET (applet));
 
   priv->action_group = g_simple_action_group_new ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]