aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-10-01 20:19:06 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-10-01 20:19:06 +0800
commit5781c771dae7315198b733d6024fca4b82a82a1e (patch)
tree4098c84c8db351482441a64a42c6234fde7a2c65 /libempathy-gtk
parent8ceafd628952e29e763b205d31fcd30549dcf637 (diff)
downloadgsoc2013-empathy-5781c771dae7315198b733d6024fca4b82a82a1e.tar
gsoc2013-empathy-5781c771dae7315198b733d6024fca4b82a82a1e.tar.gz
gsoc2013-empathy-5781c771dae7315198b733d6024fca4b82a82a1e.tar.bz2
gsoc2013-empathy-5781c771dae7315198b733d6024fca4b82a82a1e.tar.lz
gsoc2013-empathy-5781c771dae7315198b733d6024fca4b82a82a1e.tar.xz
gsoc2013-empathy-5781c771dae7315198b733d6024fca4b82a82a1e.tar.zst
gsoc2013-empathy-5781c771dae7315198b733d6024fca4b82a82a1e.zip
2007-10-01 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-accounts-dialog.c: * libempathy/empathy-utils.c: Add some sanity checks. Fixes bug #463051. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@348 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-accounts-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-accounts-dialog.c b/libempathy-gtk/empathy-accounts-dialog.c
index e8a87d173..cc8ba4f45 100644
--- a/libempathy-gtk/empathy-accounts-dialog.c
+++ b/libempathy-gtk/empathy-accounts-dialog.c
@@ -700,7 +700,7 @@ accounts_dialog_status_changed_cb (MissionControl *mc,
McPresence presence,
TelepathyConnectionStatusReason reason,
const gchar *unique_name,
- EmpathyAccountsDialog *dialog)
+ EmpathyAccountsDialog *dialog)
{
GtkTreeView *view;
GtkTreeSelection *selection;