[Xfce4-commits] [panel-plugins/xfce4-timer-plugin] 01/03: Avoid square-sized plugin (Bug #16101)
noreply at xfce.org
noreply at xfce.org
Sat Nov 2 22:45:38 CET 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-timer-plugin.
commit b6741af725d6ae1247bbde49d624c6a5159d159e
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Nov 2 18:37:48 2019 -0300
Avoid square-sized plugin (Bug #16101)
---
panel-plugin/xfcetimer.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/panel-plugin/xfcetimer.c b/panel-plugin/xfcetimer.c
index ba5ae4c..46d85ec 100644
--- a/panel-plugin/xfcetimer.c
+++ b/panel-plugin/xfcetimer.c
@@ -1821,6 +1821,8 @@ create_plugin_control (XfcePanelPlugin *plugin)
g_signal_connect (plugin, "orientation-changed", G_CALLBACK (orient_change),
pd);
+ g_signal_connect (plugin, "size-changed", G_CALLBACK (gtk_true), NULL);
+
xfce_panel_plugin_menu_show_configure (plugin);
g_signal_connect (plugin, "configure-plugin",
G_CALLBACK (plugin_create_options), pd);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list