mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Require autoconf-2.52 explicitely, since otherwise Debian will process it
Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Require autoconf-2.52 explicitely, since otherwise Debian will process it with 2.13 (ugh!). Wed May 22 12:29:20 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove GTK_RESIZE_QUEUE setting.
This commit is contained in:
parent
7952906cd0
commit
9a9cdb26c4
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Require autoconf-2.52 explicitely,
|
||||
since otherwise Debian will process it with 2.13 (ugh!).
|
||||
|
||||
Wed May 22 12:29:20 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove
|
||||
GTK_RESIZE_QUEUE setting.
|
||||
|
||||
Tue May 21 16:46:15 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Require autoconf-2.52 explicitely,
|
||||
since otherwise Debian will process it with 2.13 (ugh!).
|
||||
|
||||
Wed May 22 12:29:20 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove
|
||||
GTK_RESIZE_QUEUE setting.
|
||||
|
||||
Tue May 21 16:46:15 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Require autoconf-2.52 explicitely,
|
||||
since otherwise Debian will process it with 2.13 (ugh!).
|
||||
|
||||
Wed May 22 12:29:20 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove
|
||||
GTK_RESIZE_QUEUE setting.
|
||||
|
||||
Tue May 21 16:46:15 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Require autoconf-2.52 explicitely,
|
||||
since otherwise Debian will process it with 2.13 (ugh!).
|
||||
|
||||
Wed May 22 12:29:20 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove
|
||||
GTK_RESIZE_QUEUE setting.
|
||||
|
||||
Tue May 21 16:46:15 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Require autoconf-2.52 explicitely,
|
||||
since otherwise Debian will process it with 2.13 (ugh!).
|
||||
|
||||
Wed May 22 12:29:20 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove
|
||||
GTK_RESIZE_QUEUE setting.
|
||||
|
||||
Tue May 21 16:46:15 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed May 22 16:12:38 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Require autoconf-2.52 explicitely,
|
||||
since otherwise Debian will process it with 2.13 (ugh!).
|
||||
|
||||
Wed May 22 12:29:20 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove
|
||||
GTK_RESIZE_QUEUE setting.
|
||||
|
||||
Tue May 21 16:46:15 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch):
|
||||
|
@ -1,3 +1,6 @@
|
||||
# require autoconf 2.52
|
||||
AC_PREREQ(2.52)
|
||||
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(gdk/gdktypes.h)
|
||||
|
||||
|
@ -324,8 +324,6 @@ gtk_scrolled_window_init (GtkScrolledWindow *scrolled_window)
|
||||
{
|
||||
GTK_WIDGET_SET_FLAGS (scrolled_window, GTK_NO_WINDOW | GTK_CAN_FOCUS);
|
||||
|
||||
gtk_container_set_resize_mode (GTK_CONTAINER (scrolled_window), GTK_RESIZE_QUEUE);
|
||||
|
||||
scrolled_window->hscrollbar = NULL;
|
||||
scrolled_window->vscrollbar = NULL;
|
||||
scrolled_window->hscrollbar_policy = GTK_POLICY_ALWAYS;
|
||||
|
Loading…
Reference in New Issue
Block a user