[SCM] calf/master: + GUI: fix stock icons in plugin GUI menu

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:33 UTC 2013


The following commit has been merged in the master branch:
commit 2a611f330ea4e54e93d34c1af661c45988a79102
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed May 20 21:43:27 2009 +0100

    + GUI: fix stock icons in plugin GUI menu

diff --git a/src/gui.cpp b/src/gui.cpp
index 61ab82b..952d2a5 100644
--- a/src/gui.cpp
+++ b/src/gui.cpp
@@ -1239,11 +1239,11 @@ static void store_preset_action(GtkAction *action, plugin_gui_window *gui_win)
 }
 
 static const GtkActionEntry actions[] = {
-    { "PresetMenuAction", "", "_Preset", NULL, "Preset operations", NULL },
-    { "BuiltinPresetMenuAction", "", "_Built-in", NULL, "Built-in (factory) presets", NULL },
-    { "UserPresetMenuAction", "", "_User", NULL, "User (your) presets", NULL },
-    { "CommandMenuAction", "", "_Command", NULL, "Plugin-related commands", NULL },
-    { "store-preset", "", "Store preset", NULL, "Store a current setting as preset", (GCallback)store_preset_action },
+    { "PresetMenuAction", NULL, "_Preset", NULL, "Preset operations", NULL },
+    { "BuiltinPresetMenuAction", NULL, "_Built-in", NULL, "Built-in (factory) presets", NULL },
+    { "UserPresetMenuAction", NULL, "_User", NULL, "User (your) presets", NULL },
+    { "CommandMenuAction", NULL, "_Command", NULL, "Plugin-related commands", NULL },
+    { "store-preset", "gtk-save-as", "Store preset", NULL, "Store a current setting as preset", (GCallback)store_preset_action },
 };
 
 /***************************** GUI window ********************************************/

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list