diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-09-20 07:08:00 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-28 16:26:00 +0800 |
commit | 4c517ce646a64c528b7340d7d57a09c0242f1c8f (patch) | |
tree | 22d9a445c218af8947c2c18d2716e6bddda394cf /libempathy-gtk/empathy-linking-dialog.c | |
parent | 8031eb1f58dff35e0deb3b01f80d75b6dce16454 (diff) | |
download | gsoc2013-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-linking-dialog.c')
-rw-r--r-- | libempathy-gtk/empathy-linking-dialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-linking-dialog.c b/libempathy-gtk/empathy-linking-dialog.c index 2e62e5d1e..d0a091053 100644 --- a/libempathy-gtk/empathy-linking-dialog.c +++ b/libempathy-gtk/empathy-linking-dialog.c @@ -108,7 +108,6 @@ empathy_linking_dialog_init (EmpathyLinkingDialog *self) dialog = GTK_DIALOG (self); /* Set up dialog */ - empathy_dialog_remove_separator (GTK_DIALOG (dialog)); gtk_window_set_resizable (GTK_WINDOW (self), TRUE); /* Translators: this is the title of the linking dialogue (reached by * right-clicking on a contact and selecting "Linkā¦"). "Link" in this title |