diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-30 17:51:19 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-04 16:41:30 +0800 |
commit | e47e07d74933c39641c56bfa2f66fd9b31007993 (patch) | |
tree | e6ad72eb2c36b86c648e27962d981568338db0f6 /libempathy-gtk/empathy-contact-widget.c | |
parent | aae6cabf7a463de9c7586fecc3d909db6b1194a9 (diff) | |
download | gsoc2013-empathy-e47e07d74933c39641c56bfa2f66fd9b31007993.tar gsoc2013-empathy-e47e07d74933c39641c56bfa2f66fd9b31007993.tar.gz gsoc2013-empathy-e47e07d74933c39641c56bfa2f66fd9b31007993.tar.bz2 gsoc2013-empathy-e47e07d74933c39641c56bfa2f66fd9b31007993.tar.lz gsoc2013-empathy-e47e07d74933c39641c56bfa2f66fd9b31007993.tar.xz gsoc2013-empathy-e47e07d74933c39641c56bfa2f66fd9b31007993.tar.zst gsoc2013-empathy-e47e07d74933c39641c56bfa2f66fd9b31007993.zip |
remove EmpathyKludgeLabel
It shouldn't be needed any more with GTK-3.
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index a02b0838e..eaacc6316 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -50,7 +50,6 @@ #include "empathy-groups-widget.h" #include "empathy-ui-utils.h" #include "empathy-string-parser.h" -#include "empathy-kludge-label.h" #define DEBUG_FLAG EMPATHY_DEBUG_CONTACT #include <libempathy/empathy-debug.h> @@ -1428,8 +1427,7 @@ favourite_toggled_cb (GtkToggleButton *button, static void contact_widget_contact_setup (EmpathyContactWidget *information) { - /* Setup label_status as a KludgeLabel */ - information->label_status = empathy_kludge_label_new (""); + information->label_status = gtk_label_new (""); gtk_label_set_line_wrap_mode (GTK_LABEL (information->label_status), PANGO_WRAP_WORD_CHAR); gtk_label_set_line_wrap (GTK_LABEL (information->label_status), |