summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2007-10-03 19:49:40 +0000
committerXan Lopez <xan@src.gnome.org>2007-10-03 19:49:40 +0000
commit1cea708e5e0c209c2d8311db3a3f560a662a430c (patch)
treefa50e7ce345898ee78534d52ed4e8b65d7379161
parent4e3d3e2c3d1586482f7f3c5642eb38927c5c1b02 (diff)
downloadgdk-pixbuf-1cea708e5e0c209c2d8311db3a3f560a662a430c.tar.gz
remove duplicated declaration of gtk_notebook_create_window. Patch by
2007-10-03 Xan Lopez <xan@gnome.org> * gtk/gtknotebook.c: remove duplicated declaration of gtk_notebook_create_window. Patch by Hiroyuki Ikezoe (#482837) svn path=/trunk/; revision=18878
-rw-r--r--ChangeLog5
-rw-r--r--gtk/gtknotebook.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b5d62e025..df3aab99f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-03 Xan Lopez <xan@gnome.org>
+
+ * gtk/gtknotebook.c: remove duplicated declaration of
+ gtk_notebook_create_window. Patch by Hiroyuki Ikezoe (#482837)
+
2007-10-02 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (gdk_window_move),
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index 7e32bac2b..4389da32b 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -350,10 +350,6 @@ static GList * gtk_notebook_search_page (GtkNotebook *notebook,
GList *list,
gint direction,
gboolean find_visible);
-static GtkNotebook *gtk_notebook_create_window (GtkNotebook *notebook,
- GtkWidget *page,
- gint x,
- gint y);
/*** GtkNotebook Drawing Functions ***/
static void gtk_notebook_paint (GtkWidget *widget,