[gnome-power-manager/gnome-2-32] Deal with the deprecation of GtkNotebookPage



commit f93082ccf69c320d5737df8e1d5f1f7f9d54c833
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Aug 17 16:39:32 2010 +0200

    Deal with the deprecation of GtkNotebookPage

 src/gpm-statistics.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpm-statistics.c b/src/gpm-statistics.c
index 81d9a95..74ba6e8 100644
--- a/src/gpm-statistics.c
+++ b/src/gpm-statistics.c
@@ -1096,7 +1096,7 @@ gpm_stats_set_title (GtkWindow *window, gint page_num)
  * gpm_stats_notebook_changed_cb:
  **/
 static void
-gpm_stats_notebook_changed_cb (GtkNotebook *notebook, GtkNotebookPage *page, gint page_num, gpointer user_data)
+gpm_stats_notebook_changed_cb (GtkNotebook *notebook, gpointer page, gint page_num, gpointer user_data)
 {
 	UpDevice *device;
 	GtkWidget *widget;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]