diff options
author | infirit <[email protected]> | 2014-07-01 15:16:50 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-01 15:16:50 +0200 |
commit | b6d26ef3c1d9881eaf6a2878ec7eac2d80710503 (patch) | |
tree | 7a97d5854bc4a4e356e26ff3edc543f08df280ac /baobab/src | |
parent | 5fafbe0a1f99da4c7d538032b3cab197dac36be6 (diff) | |
download | mate-utils-b6d26ef3c1d9881eaf6a2878ec7eac2d80710503.tar.bz2 mate-utils-b6d26ef3c1d9881eaf6a2878ec7eac2d80710503.tar.xz |
Remove deprecated gtk_dialog_set_has_separator
Diffstat (limited to 'baobab/src')
-rw-r--r-- | baobab/src/baobab-remote-connect-dialog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/baobab/src/baobab-remote-connect-dialog.c b/baobab/src/baobab-remote-connect-dialog.c index 50faa2d7..ffa70025 100644 --- a/baobab/src/baobab-remote-connect-dialog.c +++ b/baobab/src/baobab-remote-connect-dialog.c @@ -641,9 +641,6 @@ baobab_remote_connect_dialog_init (BaobabRemoteConnectDialog *dialog) dialog->details = g_new0 (BaobabRemoteConnectDialogDetails, 1); gtk_window_set_title (GTK_WINDOW (dialog), _("Connect to Server")); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -#endif gtk_container_set_border_width (GTK_CONTAINER (dialog), 5); gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), 2); gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE); |