summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-autorun.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-autorun.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-autorun.c')
-rw-r--r--libcaja-private/caja-autorun.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcaja-private/caja-autorun.c b/libcaja-private/caja-autorun.c
index d78f402d..bfb26968 100644
--- a/libcaja-private/caja-autorun.c
+++ b/libcaja-private/caja-autorun.c
@@ -993,7 +993,6 @@ show_dialog:
dialog = gtk_dialog_new ();
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
hbox = gtk_hbox_new (FALSE, 12);
gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), hbox, TRUE, TRUE, 0);
gtk_container_set_border_width (GTK_CONTAINER (hbox), 12);