warning fix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 27 Jan 2004 22:35:48 +0000 (22:35 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 27 Jan 2004 22:35:48 +0000 (22:35 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@424 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/main/src/callbacks.c

index 6abfd51cb6863ee9ea7f0f64fd8293696e4f270f..b198bf28de3a8fbef678eda965f77f367a6ebd70 100644 (file)
@@ -881,7 +881,8 @@ on_load_module_activate                (GtkMenuItem     *menuitem,
        lttv_module_load(str1, mw_data->win_creation_data->argc,mw_data->win_creation_data->argv);
       else
        lttv_module_load(str1, 0,NULL);
-      g_slist_foreach(g_main_window_list, insert_menu_toolbar_item, NULL);
+      g_slist_foreach(g_main_window_list, (gpointer)insert_menu_toolbar_item,
+          NULL);
       g_strfreev(dir);
     case GTK_RESPONSE_REJECT:
     case GTK_RESPONSE_CANCEL:
This page took 0.026333 seconds and 4 git commands to generate.