summaryrefslogtreecommitdiff
path: root/capplets/windows
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/windows')
-rw-r--r--capplets/windows/mate-window-properties.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/capplets/windows/mate-window-properties.c b/capplets/windows/mate-window-properties.c
index e663cd8f..65aa5a2a 100644
--- a/capplets/windows/mate-window-properties.c
+++ b/capplets/windows/mate-window-properties.c
@@ -228,10 +228,7 @@ wm_changed_callback (GdkScreen *screen,
current_wm = gdk_x11_screen_get_window_manager_name (screen);
- if (g_strcmp0 (current_wm, WM_COMMON_MARCO) != 0) {
- wm_unsupported ();
- gtk_main_quit ();
- }
+ gtk_widget_set_sensitive (dialog_win, g_strcmp0 (current_wm, WM_COMMON_MARCO) == 0);
}
static void