[gnome-system-monitor/gtk3: 1/17] Replacing GtkNotebookPage with GtkWidget according to changes in GTK+
- From: Chris Kühl <chriskuehl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor/gtk3: 1/17] Replacing GtkNotebookPage with GtkWidget according to changes in GTK+
- Date: Fri, 11 Feb 2011 15:20:31 +0000 (UTC)
commit b72d92a3bebaaa6d7382f582aef149bb604f3e11
Author: Javier Jardón <jjardon gnome org>
Date: Thu Sep 30 18:42:44 2010 +0200
Replacing GtkNotebookPage with GtkWidget according to changes in GTK+
Signed-off-by: Chris Kühl <chrisk openismus com>
src/callbacks.cpp | 2 +-
src/callbacks.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/callbacks.cpp b/src/callbacks.cpp
index be2c16a..b0ac269 100644
--- a/src/callbacks.cpp
+++ b/src/callbacks.cpp
@@ -323,7 +323,7 @@ cb_tree_popup_menu (GtkWidget *widget, gpointer data)
void
-cb_switch_page (GtkNotebook *nb, GtkNotebookPage *page,
+cb_switch_page (GtkNotebook *nb, GtkWidget *page,
gint num, gpointer data)
{
cb_change_current_page (nb, num, data);
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]