summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-open-with-dialog.c
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-10-18 22:56:14 +0200
committerJasmine Hassan <[email protected]>2012-11-16 09:45:50 +0200
commit40cd5a93ced42275631a3d86ad68219aa73cb7a3 (patch)
treec3943b6d5130ebec79cd9b567ae3eef2b58994ff /libcaja-private/caja-open-with-dialog.c
parent0819a3d1982403935eb70b958ad515494d1b9a0a (diff)
downloadcaja-40cd5a93ced42275631a3d86ad68219aa73cb7a3.tar.bz2
caja-40cd5a93ced42275631a3d86ad68219aa73cb7a3.tar.xz
[all] Don't use gtk_dialog_set_has_separator()
http://git.gnome.org/browse/nautilus/commit/?id=73e2941f9b837d5d0326e6e88caa7a1e3fdcabeb
Diffstat (limited to 'libcaja-private/caja-open-with-dialog.c')
-rw-r--r--libcaja-private/caja-open-with-dialog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcaja-private/caja-open-with-dialog.c b/libcaja-private/caja-open-with-dialog.c
index 8f236d5e..dcd601bc 100644
--- a/libcaja-private/caja-open-with-dialog.c
+++ b/libcaja-private/caja-open-with-dialog.c
@@ -850,7 +850,6 @@ caja_open_with_dialog_init (CajaOpenWithDialog *dialog)
dialog->details = g_new0 (CajaOpenWithDialogDetails, 1);
gtk_window_set_title (GTK_WINDOW (dialog), _("Open With"));
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
gtk_window_set_destroy_with_parent (GTK_WINDOW (dialog), TRUE);