summaryrefslogtreecommitdiff
path: root/capplet/gsm-app-dialog.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-05-17 23:53:32 +0200
committerinfirit <[email protected]>2014-05-20 14:51:21 +0200
commit1600fa4abec583748d1dc8ac60bde4d8984f8460 (patch)
tree9f53c5ee4706853aadd8ecdd21d215c27c02ffba /capplet/gsm-app-dialog.c
parentb9e942a31dbe32c1292af927dd40606d516bc503 (diff)
downloadmate-session-manager-1600fa4abec583748d1dc8ac60bde4d8984f8460.tar.bz2
mate-session-manager-1600fa4abec583748d1dc8ac60bde4d8984f8460.tar.xz
Remove all calls to gtk_dialog_set_has_separator
Diffstat (limited to 'capplet/gsm-app-dialog.c')
-rw-r--r--capplet/gsm-app-dialog.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/capplet/gsm-app-dialog.c b/capplet/gsm-app-dialog.c
index 133342c..464bd1f 100644
--- a/capplet/gsm-app-dialog.c
+++ b/capplet/gsm-app-dialog.c
@@ -182,9 +182,6 @@ setup_dialog (GsmAppDialog *dialog)
gtk_container_add (GTK_CONTAINER (content_area), widget);
gtk_container_set_border_width (GTK_CONTAINER (dialog), 6);
-#if !GTK_CHECK_VERSION (3, 0, 0)
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
-#endif
gtk_window_set_icon_name (GTK_WINDOW (dialog), "mate-session-properties");
g_object_set (dialog,