[Xfce4-commits] [xfce/xfce4-panel] 01/01: Action buttons: fix compilation warning
noreply at xfce.org
noreply at xfce.org
Sat May 10 01:29:28 CEST 2014
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 08f81bd63432ab8bbe935e8ca7668d3d3cab9524
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 80a83d1..abf6bf6 100644
--- a/plugins/actions/actions.c
+++ b/plugins/actions/actions.c
@@ -1260,6 +1260,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