diff options
author | infirit <[email protected]> | 2014-05-17 23:53:32 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-20 14:51:21 +0200 |
commit | 1600fa4abec583748d1dc8ac60bde4d8984f8460 (patch) | |
tree | 9f53c5ee4706853aadd8ecdd21d215c27c02ffba /capplet/gsm-properties-dialog.c | |
parent | b9e942a31dbe32c1292af927dd40606d516bc503 (diff) | |
download | mate-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-properties-dialog.c')
-rw-r--r-- | capplet/gsm-properties-dialog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/capplet/gsm-properties-dialog.c b/capplet/gsm-properties-dialog.c index 193a752..907bb99 100644 --- a/capplet/gsm-properties-dialog.c +++ b/capplet/gsm-properties-dialog.c @@ -778,9 +778,6 @@ gsm_properties_dialog_init (GsmPropertiesDialog *dialog) gtk_window_set_resizable (GTK_WINDOW (dialog), TRUE); gtk_container_set_border_width (GTK_CONTAINER (dialog), 6); gtk_box_set_spacing (GTK_BOX (content_area), 2); -#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"); gtk_window_set_title (GTK_WINDOW (dialog), _("Startup Applications Preferences")); } |