summaryrefslogtreecommitdiff
path: root/src/callbacks.h
diff options
context:
space:
mode:
author=?UTF-8?q?Javier=20Jard=C3=B3n?= <[email protected]>2010-09-30 18:42:44 +0200
committerBenjamin Valentin <[email protected]>2012-03-17 16:45:48 +0100
commitbb04c1debe08a65ca834ad531b73fcc58b37eb2a (patch)
tree1955f5fbbc7bc3ba7cbfe5fd573019a87644fc79 /src/callbacks.h
parent0a2d8ddbcd904afbd80aace9de6732a7bea28399 (diff)
downloadmate-system-monitor-bb04c1debe08a65ca834ad531b73fcc58b37eb2a.tar.bz2
mate-system-monitor-bb04c1debe08a65ca834ad531b73fcc58b37eb2a.tar.xz
Replacing GtkNotebookPage with GtkWidget according to changes in GTK+
Signed-off-by: Chris Kühl <[email protected]>
Diffstat (limited to 'src/callbacks.h')
-rw-r--r--src/callbacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callbacks.h b/src/callbacks.h
index 4c84793..6ce3e18 100644
--- a/src/callbacks.h
+++ b/src/callbacks.h
@@ -60,7 +60,7 @@ gboolean cb_tree_button_pressed (GtkWidget *widget, GdkEventButton *event,
void cb_change_current_page (GtkNotebook *nb,
gint num, gpointer data);
-void cb_switch_page (GtkNotebook *nb, GtkNotebookPage *page,
+void cb_switch_page (GtkNotebook *nb, GtkWidget *page,
gint num, gpointer data);
gint cb_update_disks (gpointer data);