summaryrefslogtreecommitdiff
path: root/capplets/common
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-01-24 17:05:46 +0100
committerStefano Karapetsas <[email protected]>2014-01-24 17:05:46 +0100
commit05fc0e66fe3b2155182b9d90b0b5c1d0ec08881e (patch)
tree3339d075b5ddd5379f12eaee29522637254c1f0f /capplets/common
parentf586ff0e6382d3a509c587a28f302690519e2339 (diff)
downloadmate-control-center-05fc0e66fe3b2155182b9d90b0b5c1d0ec08881e.tar.bz2
mate-control-center-05fc0e66fe3b2155182b9d90b0b5c1d0ec08881e.tar.xz
Remove all separator occurrences
Diffstat (limited to 'capplets/common')
-rw-r--r--capplets/common/file-transfer-dialog.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/capplets/common/file-transfer-dialog.c b/capplets/common/file-transfer-dialog.c
index 994fe8ae..9ec531cd 100644
--- a/capplets/common/file-transfer-dialog.c
+++ b/capplets/common/file-transfer-dialog.c
@@ -337,9 +337,6 @@ file_transfer_dialog_init (FileTransferDialog *dlg)
gtk_dialog_add_button (GTK_DIALOG (dlg),
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
-#if !GTK_CHECK_VERSION (3, 0, 0)
- gtk_dialog_set_has_separator (GTK_DIALOG (dlg), FALSE);
-#endif
gtk_container_set_border_width (GTK_CONTAINER (dlg), 6);
gtk_widget_show_all (content_area);