diff audacious/main.c @ 2232:ac2ea05e60a0 trunk

[svn] - migration from gtkitemfactory to actions and uimanager; main menu has been ported, still much work and test to do
author giacomo
date Tue, 02 Jan 2007 16:48:38 -0800
parents 894f7aa46f83
children ae7c17c4ef8b
line wrap: on
line diff
--- a/audacious/main.c	Mon Jan 01 09:28:18 2007 -0800
+++ b/audacious/main.c	Tue Jan 02 16:48:38 2007 -0800
@@ -60,6 +60,7 @@
 #include "input.h"
 #include "logger.h"
 #include "mainwin.h"
+#include "ui_manager.h"
 #include "output.h"
 #include "playback.h"
 #include "playlist.h"
@@ -1162,6 +1163,10 @@
 
         gtk_accel_map_load(bmp_paths[BMP_PATH_ACCEL_FILE]);
 
+        /* uimanager */
+        ui_manager_init();
+        ui_manager_create_menus();
+
         if (!init_skins(cfg.skin)) {
             run_load_skin_error_dialog(cfg.skin);
             exit(EXIT_FAILURE);