[goffice] gtk: avoid using GtkNotebookPage.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] gtk: avoid using GtkNotebookPage.
- Date: Mon, 4 Apr 2011 17:02:53 +0000 (UTC)
commit 00d717023f6c9dd4d20961e22f07385d5a6e892a
Author: Morten Welinder <terra gnome org>
Date: Mon Apr 4 13:02:28 2011 -0400
gtk: avoid using GtkNotebookPage.
goffice/utils/go-editor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goffice/utils/go-editor.c b/goffice/utils/go-editor.c
index 861707a..2cb2629 100644
--- a/goffice/utils/go-editor.c
+++ b/goffice/utils/go-editor.c
@@ -144,7 +144,7 @@ go_editor_get_registered_widget (GOEditor *editor, char const *name)
}
static void
-cb_switch_page (G_GNUC_UNUSED GtkNotebook *n, G_GNUC_UNUSED GtkNotebookPage *p,
+cb_switch_page (G_GNUC_UNUSED GtkNotebook *n, G_GNUC_UNUSED GtkWidget *p,
guint page_num, guint *store_page)
{
*store_page = page_num;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]