aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-dialogs.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-10-21 21:22:40 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-10-21 21:22:40 +0800
commit83e0eceb85a5362835421555408e90013664b00a (patch)
tree6193292ba2fb6995a6c1be4e17bb41275eddf357 /libempathy-gtk/empathy-contact-dialogs.h
parent004e78f70d1088c94bdd00e66c96260abe03cae9 (diff)
downloadgsoc2013-empathy-83e0eceb85a5362835421555408e90013664b00a.tar
gsoc2013-empathy-83e0eceb85a5362835421555408e90013664b00a.tar.gz
gsoc2013-empathy-83e0eceb85a5362835421555408e90013664b00a.tar.bz2
gsoc2013-empathy-83e0eceb85a5362835421555408e90013664b00a.tar.lz
gsoc2013-empathy-83e0eceb85a5362835421555408e90013664b00a.tar.xz
gsoc2013-empathy-83e0eceb85a5362835421555408e90013664b00a.tar.zst
gsoc2013-empathy-83e0eceb85a5362835421555408e90013664b00a.zip
Don't allow to change account if we are editing information of
2007-10-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-dialogs.h: * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-contact-list-view.c: Don't allow to change account if we are editing information of self-contact. svn path=/trunk/; revision=385
Diffstat (limited to 'libempathy-gtk/empathy-contact-dialogs.h')
-rw-r--r--libempathy-gtk/empathy-contact-dialogs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-dialogs.h b/libempathy-gtk/empathy-contact-dialogs.h
index 65ded4e7e..7cd7f4bc5 100644
--- a/libempathy-gtk/empathy-contact-dialogs.h
+++ b/libempathy-gtk/empathy-contact-dialogs.h
@@ -34,7 +34,7 @@ void empathy_subscription_dialog_show (EmpathyContact *contact,
void empathy_contact_information_dialog_show (EmpathyContact *contact,
GtkWindow *parent,
gboolean edit,
- gboolean edit_groups);
+ gboolean is_user);
void empathy_new_contact_dialog_show (GtkWindow *parent);
G_END_DECLS