Graphical mode synchronization
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / init_module.c
index 7689aa32abc39c9941131cb3e85edaea7114bd81..99ab15f73972158ad4d9ab6d34736a610ec8e46b 100644 (file)
@@ -119,7 +119,7 @@ static gboolean window_creation_hook(void *hook_data, void *call_data)
   gtk_set_locale ();
   gtk_init (&lttv_argc, &lttv_argv);
 
-  add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
+  add_pixmap_directory (PACKAGE_DATA_DIR "/pixmaps/" PACKAGE);
   add_pixmap_directory ("pixmaps");
   add_pixmap_directory ("../modules/gui/main/pixmaps");
 
@@ -259,4 +259,4 @@ static void destroy() {
 
 LTTV_MODULE("lttvwindow", "Viewer main window", \
     "Viewer with multiple windows, tabs and panes for graphical modules", \
-           init, destroy, "stats", "option")
+           init, destroy, "stats", "option", "sync")
This page took 0.023767 seconds and 4 git commands to generate.