aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-12-18 02:27:22 +0800
committerChris Toshok <toshok@src.gnome.org>2002-12-18 02:27:22 +0800
commite446a3dd9f6f82ef7152a98740092cb1c94af65c (patch)
treec8de7444615ea8788333d84418a233386f315bd1 /addressbook/ChangeLog
parent917e520bbe50ce58fb69d33438a580be487e96d8 (diff)
downloadgsoc2013-evolution-e446a3dd9f6f82ef7152a98740092cb1c94af65c.tar
gsoc2013-evolution-e446a3dd9f6f82ef7152a98740092cb1c94af65c.tar.gz
gsoc2013-evolution-e446a3dd9f6f82ef7152a98740092cb1c94af65c.tar.bz2
gsoc2013-evolution-e446a3dd9f6f82ef7152a98740092cb1c94af65c.tar.lz
gsoc2013-evolution-e446a3dd9f6f82ef7152a98740092cb1c94af65c.tar.xz
gsoc2013-evolution-e446a3dd9f6f82ef7152a98740092cb1c94af65c.tar.zst
gsoc2013-evolution-e446a3dd9f6f82ef7152a98740092cb1c94af65c.zip
oops, use strcmp, not !strcmp here.
2002-12-17 Chris Toshok <toshok@ximian.com> * gui/component/select-names/e-select-names-manager.c (uris_listener): oops, use strcmp, not !strcmp here. svn path=/trunk/; revision=19149
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 862308eafe..a94ef44689 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,10 @@
2002-12-17 Chris Toshok <toshok@ximian.com>
+ * gui/component/select-names/e-select-names-manager.c
+ (uris_listener): oops, use strcmp, not !strcmp here.
+
+2002-12-17 Chris Toshok <toshok@ximian.com>
+
[ Fixes bug #35135 ]
* backend/ebook/e-book-util.c (set_default_book_uri_local): don't
free the default_book_uri here, it's done in set_default_book_uri.