[SCM] calf/master: + JACK host: fix dodgy icons

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 d950cd5e714cad2152c65e9d95130331b7974734
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Tue May 19 23:27:44 2009 +0100

    + JACK host: fix dodgy icons

diff --git a/src/main_win.cpp b/src/main_win.cpp
index 892a572..c116b32 100644
--- a/src/main_win.cpp
+++ b/src/main_win.cpp
@@ -49,9 +49,9 @@ static void exit_action(GtkWidget *widget, main_window *main)
 }
 
 static const GtkActionEntry actions[] = {
-    { "HostMenuAction", "", "_Host", NULL, "Host-related operations", NULL },
-    { "AddPluginMenuAction", "", "_Add plugin", NULL, "Add a plugin to the rack", NULL },
-    { "exit", "", "_Exit", NULL, "Exit application", (GCallback)exit_action },
+    { "HostMenuAction", NULL, "_Host", NULL, "Host-related operations", NULL },
+    { "AddPluginMenuAction", NULL, "_Add plugin", NULL, "Add a plugin to the rack", NULL },
+    { "exit", "exit", "_Exit", NULL, "Exit application", (GCallback)exit_action },
 };
 
 main_window::main_window()

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list