resourceview: new icon
[lttv.git] / ltt / branches / poly / lttv / modules / gui / resourceview / module.c
index 8165ccead8486e955d2c9e2da6b37f4672113a93..7f7ce27b0851ab303da9e734c2f426be5f64d51e 100644 (file)
@@ -30,7 +30,7 @@
 #include "lttv_plugin_cfv.h"
 #include "eventhooks.h"
 
-#include "hGuiControlFlowInsert.xpm"
+#include "resouceview_icon.xpm"
 #include "hLegendInsert.xpm"
 
 GQuark LTT_NAME_CPU;
@@ -59,7 +59,7 @@ static void init() {
                                   "Insert Resource Viewer",
                                   hGuiControlFlowInsert_xpm,
                                   "Insert Resource Viewer",
-                                  h_guicontrolflow);
+                                  h_resourceview);
   
 
   LTT_NAME_CPU = g_quark_from_string("/cpu");
@@ -86,7 +86,7 @@ static void destroy() {
   g_slist_free(g_control_flow_data_list);
 
   /* Unregister the toolbar insert button and menu entry */
-  lttvwindow_unregister_constructor(h_guicontrolflow);
+  lttvwindow_unregister_constructor(h_resourceview);
 }
 
 
This page took 0.023565 seconds and 4 git commands to generate.