diff options
author | CST 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-03-23 06:36:09 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-03-23 06:36:09 +0000 |
commit | 690e34968a904e6cae6006e6a7b37a9e368ed1b0 (patch) | |
tree | fee24a5ba900aa836bc312410198128e75607340 /gtk | |
parent | 923f3f6992154acda20cd0ca21e23f4ec6d697cd (diff) | |
download | gtk+-690e34968a904e6cae6006e6a7b37a9e368ed1b0.tar.gz |
added this directory with stuff from the tutorial, updated to compile and
Mon Mar 23 12:03:03 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* examples/: added this directory with stuff from
the tutorial, updated to compile and work with recent
changes
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkfilesel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c index a3a4c9e1f3..871f988d01 100644 --- a/gtk/gtkfilesel.c +++ b/gtk/gtkfilesel.c @@ -535,7 +535,7 @@ gtk_file_selection_show_fileop_buttons (GtkFileSelection *filesel) gtk_widget_show (filesel->fileop_ren_file); } - gtk_widget_queue_resize(filesel); + gtk_widget_queue_resize(GTK_WIDGET(filesel)); } void |