[devhelp/gnome-2-32] GtkNotebookPage has been removed in GTK+ (aa017fa)
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp/gnome-2-32] GtkNotebookPage has been removed in GTK+ (aa017fa)
- Date: Mon, 2 Aug 2010 14:38:01 +0000 (UTC)
commit 34e56574aea93543ec4413af68ad48a4dcead3db
Author: Frédéric Péters <fpeters 0d be>
Date: Sat Jul 17 10:42:25 2010 +0200
GtkNotebookPage has been removed in GTK+ (aa017fa)
src/dh-util.c | 2 +-
src/dh-window.c | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/dh-util.c b/src/dh-util.c
index 77a0b32..85a25d6 100644
--- a/src/dh-util.c
+++ b/src/dh-util.c
@@ -517,7 +517,7 @@ util_state_notebook_timeout_cb (gpointer notebook)
static void
util_state_notebook_switch_page_cb (GtkWidget *notebook,
- GtkNotebookPage *page,
+ gpointer page,
guint page_num,
gpointer user_data)
{
diff --git a/src/dh-window.c b/src/dh-window.c
index 760e9b1..2fcec5f 100644
--- a/src/dh-window.c
+++ b/src/dh-window.c
@@ -983,7 +983,7 @@ dh_window_init (DhWindow *window)
*/
static void
window_control_switch_page_cb (GtkWidget *notebook,
- GtkNotebookPage *page,
+ gpointer page,
guint page_num,
DhWindow *window)
{
@@ -998,7 +998,7 @@ window_control_switch_page_cb (GtkWidget *notebook,
static void
window_control_after_switch_page_cb (GtkWidget *notebook,
- GtkNotebookPage *page,
+ gpointer page,
guint page_num,
DhWindow *window)
{
@@ -1013,7 +1013,7 @@ window_control_after_switch_page_cb (GtkWidget *notebook,
static void
window_web_view_switch_page_cb (GtkNotebook *notebook,
- GtkNotebookPage *page,
+ gpointer page,
guint new_page_num,
DhWindow *window)
{
@@ -1051,7 +1051,7 @@ window_web_view_switch_page_cb (GtkNotebook *notebook,
static void
window_web_view_switch_page_after_cb (GtkNotebook *notebook,
- GtkNotebookPage *page,
+ gpointer page,
guint new_page_num,
DhWindow *window)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]