aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-status-preset-dialog.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-09-20 07:08:00 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-28 16:26:00 +0800
commit4c517ce646a64c528b7340d7d57a09c0242f1c8f (patch)
tree22d9a445c218af8947c2c18d2716e6bddda394cf /libempathy-gtk/empathy-status-preset-dialog.c
parent8031eb1f58dff35e0deb3b01f80d75b6dce16454 (diff)
downloadgsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.tar
gsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.tar.gz
gsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.tar.bz2
gsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.tar.lz
gsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.tar.xz
gsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.tar.zst
gsoc2013-empathy-4c517ce646a64c528b7340d7d57a09c0242f1c8f.zip
Don't use deprecated gtk_dialog_set_has_separator
This is deprecated in GTK+ 2.22 Bug #630107
Diffstat (limited to 'libempathy-gtk/empathy-status-preset-dialog.c')
-rw-r--r--libempathy-gtk/empathy-status-preset-dialog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-status-preset-dialog.c b/libempathy-gtk/empathy-status-preset-dialog.c
index 2a5904bfb..2d7ecfe6e 100644
--- a/libempathy-gtk/empathy-status-preset-dialog.c
+++ b/libempathy-gtk/empathy-status-preset-dialog.c
@@ -521,7 +521,6 @@ empathy_status_preset_dialog_init (EmpathyStatusPresetDialog *self)
gtk_window_set_title (GTK_WINDOW (self),
_("Edit Custom Messages"));
- empathy_dialog_remove_separator (GTK_DIALOG (self));
gtk_dialog_add_button (GTK_DIALOG (self),
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE);