diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-11-28 03:05:31 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-11-28 03:05:31 +0000 |
commit | 67d445eebc8d350f5a5131dc6e3d7b8d8ef9da13 (patch) | |
tree | 9d1e50b2d02a7ae8c8b79685f5f0a8ca3600670d /ChangeLog.pre-2-0 | |
parent | 33347533ecca414f9de3dbc95265f8d4470aebcd (diff) | |
download | gdk-pixbuf-67d445eebc8d350f5a5131dc6e3d7b8d8ef9da13.tar.gz |
check for existing viewport first, and don't add one if there already is
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_add_with_viewport):
check for existing viewport first, and don't add one if there
already is one
-Yosh
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 4212541e4..0dd754ceb 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Fri Nov 27 18:57:20 PST 1998 Manish Singh <yosh@gimp.org> + + * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add_with_viewport): + check for existing viewport first, and don't add one if there + already is one + Sat Nov 28 00:06:49 1998 Tim Janik <timj@gtk.org> * gtk/gtkwidget.h: |