[Xfce4-commits] [xfce/xfce4-panel] 19/73: Action buttons: fix compilation warning
noreply at xfce.org
noreply at xfce.org
Sun Feb 26 16:34:00 CET 2017
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.
commit cfb1cd61025da64fd903598c427492762f9e9fa3
Author: Andrzej <ndrwrdck at gmail.com>
Date: Sat May 10 00:28:55 2014 +0100
Action buttons: fix compilation warning
---
plugins/actions/actions.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c
index a4b6853..8625f2f 100644
--- a/plugins/actions/actions.c
+++ b/plugins/actions/actions.c
@@ -1263,6 +1263,7 @@ actions_plugin_menu (GtkWidget *button,
G_CALLBACK (actions_plugin_menu_deactivate), button);
g_object_add_weak_pointer (G_OBJECT (plugin->menu), (gpointer) &plugin->menu);
+ size = DEFAULT_ICON_SIZE;
if (gtk_icon_size_lookup (menu_icon_size, &w, &h))
size = MIN (w, h);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list