aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-12-02 13:14:19 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-12-02 13:14:19 +0800
commit4edfed50a633c889bba97732920760b54279a87e (patch)
tree62d6fe4e1ac8317ee55f00ba14e303341f97c89a
parent215a9c0ea3cb222004ff8842b663ea7a77dcb3e5 (diff)
downloadgsoc2013-evolution-4edfed50a633c889bba97732920760b54279a87e.tar
gsoc2013-evolution-4edfed50a633c889bba97732920760b54279a87e.tar.gz
gsoc2013-evolution-4edfed50a633c889bba97732920760b54279a87e.tar.bz2
gsoc2013-evolution-4edfed50a633c889bba97732920760b54279a87e.tar.lz
gsoc2013-evolution-4edfed50a633c889bba97732920760b54279a87e.tar.xz
gsoc2013-evolution-4edfed50a633c889bba97732920760b54279a87e.tar.zst
gsoc2013-evolution-4edfed50a633c889bba97732920760b54279a87e.zip
Fix silly.
svn path=/trunk/; revision=23561
-rw-r--r--addressbook/gui/component/addressbook.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c
index e1eb92e9ad..c2a1f658d6 100644
--- a/addressbook/gui/component/addressbook.c
+++ b/addressbook/gui/component/addressbook.c
@@ -916,8 +916,7 @@ set_status_message (EABView *eav, const char *message, AddressbookView *view)
EActivityHandler *activity_handler = addressbook_component_peek_activity_handler (addressbook_component_peek ());
if (!message || !*message) {
- if (view->activity_id != 0)
- view->activity_id = 0;
+ view->activity_id = 0;
} else if (view->activity_id == 0) {
char *clientid = g_strdup_printf ("%p", view);