if a window isn't resizeable, turn off maximize function. If min size is
* src/window.c (recalc_window_features): if a window isn't resizeable, turn off maximize function. If min size is equal to max size, turn off resize function.
This commit is contained in:
parent
43dd208874
commit
9e86812928
@ -1,3 +1,9 @@
|
||||
2002-08-01 Christophe Fergeau <teuf@users.sourceforge.net>
|
||||
|
||||
* src/metacity-dialog.c: focus the "Close" button by default on
|
||||
the dialog which appears at exit when some apps can't be session
|
||||
managed
|
||||
|
||||
2002-08-01 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
* src/session.c:
|
||||
|
@ -227,7 +227,8 @@ warn_about_no_sm_support (char **lame_apps)
|
||||
"response",
|
||||
G_CALLBACK (gtk_main_quit),
|
||||
NULL);
|
||||
|
||||
|
||||
gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_CLOSE);
|
||||
list = create_lame_apps_list (lame_apps);
|
||||
|
||||
sw = gtk_scrolled_window_new (NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user