1
0
Fork 0

make the no sm support warning dialog resizable, since the default GTK

2004-05-02  Rob Adams  <readams@readams.net>

	* src/metacity-dialog.c (warn_about_no_sm_support): make the no sm
	support warning dialog resizable, since the default GTK warning
	dialog not has default not resizable.  Fix for #141672 from
	Olivier Crete.
This commit is contained in:
Rob Adams 2004-05-03 02:03:59 +00:00 committed by Rob Adams
parent 0ceb317ac6
commit 77a1e8ec8b
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2004-05-02 Rob Adams <readams@readams.net>
* src/metacity-dialog.c (warn_about_no_sm_support): make the no sm
support warning dialog resizable, since the default GTK warning
dialog not has default not resizable. Fix for #141672 from
Olivier Crete.
2004-04-29 Rob Adams <readams@readams.net>
* src/prefs.c (change_notify): Add a value type check for the

View file

@ -255,6 +255,8 @@ warn_about_no_sm_support (char **lame_apps)
gtk_window_set_geometry_hints (GTK_WINDOW (dialog),
sw, NULL, 0);
gtk_window_set_resizable (GTK_WINDOW(dialog), TRUE);
/* applies to geometry widget; try to avoid scrollbars,
* but don't make the window huge
*/