Set the GtkWindow policy so that @allow_shrink, @allow_grow and

* e-shell-view-menu.c (command_about_box): Set the GtkWindow
policy so that @allow_shrink, @allow_grow and @auto_shrink are all
%FALSE.

svn path=/trunk/; revision=14160
This commit is contained in:
Ettore Perazzoli
2001-10-26 18:44:11 +00:00
parent 848799d9b7
commit df3757dada
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-10-26 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view-menu.c (command_about_box): Set the GtkWindow
policy so that @allow_shrink, @allow_grow and @auto_shrink are all
%FALSE.
2001-10-26 Ettore Perazzoli <ettore@ximian.com>
* e-shell-folder-commands.c (e_shell_command_rename_folder): Don't

View File

@ -206,6 +206,7 @@ command_about_box (BonoboUIComponent *uih,
gtk_widget_show (about_box);
about_box_window = gtk_window_new (GTK_WINDOW_DIALOG);
gtk_window_set_policy (GTK_WINDOW (about_box_window), FALSE, FALSE, FALSE);
gtk_signal_connect (GTK_OBJECT (about_box_window), "button_press_event",
GTK_SIGNAL_FUNC (about_box_event_callback), &about_box_window);
gtk_signal_connect (GTK_OBJECT (about_box_window), "delete_event",