aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-10-19 20:48:29 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-10-19 20:48:29 +0800
commite67e130e7203f3bc99013f1814df8b2cff89d72f (patch)
tree82df81264ab85ba837d0d3923ae98674768be48d /libempathy-gtk/empathy-ui-utils.c
parenta4b1c43fd11f07d46c207204db5e2cd8d11da7f3 (diff)
downloadgsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.gz
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.bz2
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.lz
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.xz
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.tar.zst
gsoc2013-empathy-e67e130e7203f3bc99013f1814df8b2cff89d72f.zip
set unsensitive the add button if there is no profile installed and tell
2007-10-19 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-profile-chooser.c: * libempathy-gtk/empathy-profile-chooser.h: * libempathy-gtk/empathy-accounts-dialog.c: set unsensitive the add button if there is no profile installed and tell the user to install some connection managers. * libempathy-gtk/empathy-ui-utils.c: Fix indentation. svn path=/trunk/; revision=381
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.c')
-rw-r--r--libempathy-gtk/empathy-ui-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c
index eabdc0a46..16f0116de 100644
--- a/libempathy-gtk/empathy-ui-utils.c
+++ b/libempathy-gtk/empathy-ui-utils.c
@@ -1259,7 +1259,7 @@ empathy_window_iconify (GtkWindow *window, GtkStatusIcon *status_icon)
XChangeProperty (dpy,
GDK_WINDOW_XID (gdk_window),
gdk_x11_get_xatom_by_name_for_display (gdk_drawable_get_display (gdk_window),
- "_NET_WM_ICON_GEOMETRY"),
+ "_NET_WM_ICON_GEOMETRY"),
XA_CARDINAL, 32, PropModeReplace,
(guchar *)&data, 4);