diff options
author | Frederic Peters <fpeters@src.gnome.org> | 2008-08-20 17:18:02 +0800 |
---|---|---|
committer | Frederic Peters <fpeters@src.gnome.org> | 2008-08-20 17:18:02 +0800 |
commit | 4bfaa6a1f18836ca01d6bd37711a4ff5e3fac052 (patch) | |
tree | 50b447e428c11b6d5f75558519b726fc2be3378c /libempathy-gtk/empathy-contact-widget.h | |
parent | a50bfdd4592569391bcc7c3e0193de66be0c88fc (diff) | |
download | gsoc2013-empathy-4bfaa6a1f18836ca01d6bd37711a4ff5e3fac052.tar gsoc2013-empathy-4bfaa6a1f18836ca01d6bd37711a4ff5e3fac052.tar.gz gsoc2013-empathy-4bfaa6a1f18836ca01d6bd37711a4ff5e3fac052.tar.bz2 gsoc2013-empathy-4bfaa6a1f18836ca01d6bd37711a4ff5e3fac052.tar.lz gsoc2013-empathy-4bfaa6a1f18836ca01d6bd37711a4ff5e3fac052.tar.xz gsoc2013-empathy-4bfaa6a1f18836ca01d6bd37711a4ff5e3fac052.tar.zst gsoc2013-empathy-4bfaa6a1f18836ca01d6bd37711a4ff5e3fac052.zip |
don't let label text be selected in contact tooltip (closes: #546568)
svn path=/trunk/; revision=1360
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h index addb049af..4ba75e17f 100644 --- a/libempathy-gtk/empathy-contact-widget.h +++ b/libempathy-gtk/empathy-contact-widget.h @@ -37,6 +37,7 @@ typedef enum EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT = 1 << 2, EMPATHY_CONTACT_WIDGET_EDIT_ID = 1 << 3, EMPATHY_CONTACT_WIDGET_EDIT_GROUPS = 1 << 4, + EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP = 1 << 5, } EmpathyContactWidgetFlags; GtkWidget * empathy_contact_widget_new (EmpathyContact *contact, |