summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-system-monitor/files/patch-src_interface.cpp
blob: e7a0dc05aa3d7a7a5bd06bf1fff5e437cd3ae32e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/interface.cpp.orig  Sun Dec 17 21:19:35 2006
+++ src/interface.cpp   Sun Dec 17 21:21:53 2006
@@ -654,9 +654,9 @@ disconnect_proxy_cb (GtkUIManager *manag
 {
    if (GTK_IS_MENU_ITEM (proxy)) {
        g_signal_handlers_disconnect_by_func
-           (proxy, reinterpret_cast<void*>(G_CALLBACK(menu_item_select_cb)), procdata);
+           (proxy, (void *) (G_CALLBACK(menu_item_select_cb)), procdata);
        g_signal_handlers_disconnect_by_func
-           (proxy, reinterpret_cast<void*>(G_CALLBACK(menu_item_deselect_cb)), procdata);
+           (proxy, (void *) (G_CALLBACK(menu_item_deselect_cb)), procdata);
    }
 }