diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-02 22:06:37 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-02 22:06:37 +0800 |
commit | 1a6f06d4863f61b652f91f703b491bb6663d1c7a (patch) | |
tree | b2807e1d34290a22675eba7a84627ca1a8e1b759 /libempathy-gtk | |
parent | b8d0cfe42b1d62d513e560bf1fff04685f6911e6 (diff) | |
download | gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.tar gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.tar.gz gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.tar.bz2 gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.tar.lz gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.tar.xz gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.tar.zst gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.zip |
[darcs-to-svn @ Replace the launcher by the main program with tray icon]
svn path=/trunk/; revision=25
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-main-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-main-window.c b/libempathy-gtk/empathy-main-window.c index 77d5409f8..f293f55c3 100644 --- a/libempathy-gtk/empathy-main-window.c +++ b/libempathy-gtk/empathy-main-window.c @@ -44,7 +44,7 @@ #include "gossip-preferences.h" #include "gossip-accounts-dialog.h" -#define DEBUG_DOMAIN "EmpathyMainWindow" +#define DEBUG_DOMAIN "MainWindow" /* Minimum width of roster window if something goes wrong. */ #define MIN_WIDTH 50 |