diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-10-10 02:07:57 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-10 02:07:57 +0800 |
commit | b152949a3102c150af0c99fb84e8fecf2c69191f (patch) | |
tree | 373a7f9d282419ee869db15c8a61ae8b13af53ef /libempathy-gtk/empathy-chat-window.c | |
parent | bfe4734f01b202ae448616e6c711a46c5d0d7f6e (diff) | |
download | gsoc2013-empathy-b152949a3102c150af0c99fb84e8fecf2c69191f.tar gsoc2013-empathy-b152949a3102c150af0c99fb84e8fecf2c69191f.tar.gz gsoc2013-empathy-b152949a3102c150af0c99fb84e8fecf2c69191f.tar.bz2 gsoc2013-empathy-b152949a3102c150af0c99fb84e8fecf2c69191f.tar.lz gsoc2013-empathy-b152949a3102c150af0c99fb84e8fecf2c69191f.tar.xz gsoc2013-empathy-b152949a3102c150af0c99fb84e8fecf2c69191f.tar.zst gsoc2013-empathy-b152949a3102c150af0c99fb84e8fecf2c69191f.zip |
More flexible API for EmpathyContactWidget, we now have flags to set
2007-10-09 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-main-window.c:
* libempathy-gtk/empathy-contact-dialogs.c:
* libempathy-gtk/empathy-contact-list-view.c:
* libempathy-gtk/empathy-contact-dialogs.h:
* libempathy-gtk/empathy-contact-widget.c:
* libempathy-gtk/empathy-contact-widget.h:
* libempathy-gtk/empathy-chat-window.c:
* megaphone/src/megaphone-applet.c: More flexible API for
EmpathyContactWidget, we now have flags to set editable each fields.
Implement personal information menu item in main window.
svn path=/trunk/; revision=365
Diffstat (limited to 'libempathy-gtk/empathy-chat-window.c')
-rw-r--r-- | libempathy-gtk/empathy-chat-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat-window.c b/libempathy-gtk/empathy-chat-window.c index 911fc51f3..6535500de 100644 --- a/libempathy-gtk/empathy-chat-window.c +++ b/libempathy-gtk/empathy-chat-window.c @@ -914,7 +914,7 @@ chat_window_info_activate_cb (GtkWidget *menuitem, empathy_contact_information_dialog_show (contact, GTK_WINDOW (priv->dialog), - FALSE); + FALSE, FALSE); } static gboolean |