Work around deprecation of gtk_dialog_set_has_separator()
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 10 Sep 2010 23:58:21 +0000 (19:58 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Sat, 11 Sep 2010 00:09:10 +0000 (20:09 -0400)
commit4e6187e7df5649219909560634ce1786d2bf9df2
tree5cba88b95c65b568880af8ff5c0d412f3d54b3ff
parent485886e965af332876ae6036d38e00abc63396c2
Work around deprecation of gtk_dialog_set_has_separator()

Unfortunately the default value for this property is TRUE (bzzt, WRONG!)
so we can't just remove the function outright until we require GTK+ 2.22.
It was deprecated in GTK+ 2.21.8.
libedataserverui/e-name-selector-dialog.c
libedataserverui/e-passwords.c
libedataserverui/e-source-selector-dialog.c