[gnome-power-manager] [trivial] GtkNotebookPage has been removed in GTK+ (aa017fa)



commit 291fadde56c844299c0eaaf56684f49142f70cc6
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat Jul 17 10:53:47 2010 +0200

    [trivial] GtkNotebookPage has been removed in GTK+ (aa017fa)

 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 2f7edd2..1233497 100644
--- a/src/gpm-statistics.c
+++ b/src/gpm-statistics.c
@@ -1080,7 +1080,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]