Do not pass -1 for the dialog flags; just pass GTK_DIALOG_NO_SEPARATOR.
2002-07-31 Federico Mena Quintero <federico@ximian.com> * sound-properties-capplet.c (main): Do not pass -1 for the dialog flags; just pass GTK_DIALOG_NO_SEPARATOR. Fixes #89408 and #88614.
This commit is contained in:
parent
69883510ea
commit
193f017be8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-07-31 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* sound-properties-capplet.c (main): Do not pass -1 for the dialog
|
||||
flags; just pass GTK_DIALOG_NO_SEPARATOR. Fixes #89408 and #88614.
|
||||
|
||||
2002-06-17 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* Release 2.0.0
|
||||
|
|
|
@ -177,7 +177,7 @@ main (int argc, char **argv)
|
|||
#endif
|
||||
|
||||
dialog_win = gtk_dialog_new_with_buttons
|
||||
(_("Sound preferences"), NULL, -1,
|
||||
(_("Sound preferences"), NULL, GTK_DIALOG_NO_SEPARATOR,
|
||||
GTK_STOCK_HELP, GTK_RESPONSE_HELP,
|
||||
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
||||
NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue