aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-02 06:29:10 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-02 06:29:10 +0800
commit5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf (patch)
treea8a02635e105fd6c4a11fb163249c6420755cece /addressbook/gui/component/addressbook.c
parent8f4bcac53f23aa42a221f2105263a33521e77c85 (diff)
downloadgsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.gz
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.bz2
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.lz
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.xz
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.tar.zst
gsoc2013-evolution-5ea91bd94b21b27d83d0f6b14d64ce8c0df88acf.zip
return TRUE if opening a contact editor so that we don't get a "new
2000-06-01 Christopher James Lahey <clahey@helixcode.com> * gui/minicard/e-minicard.c: return TRUE if opening a contact editor so that we don't get a "new dialog" contact editor. svn path=/trunk/; revision=3342
Diffstat (limited to 'addressbook/gui/component/addressbook.c')
-rw-r--r--addressbook/gui/component/addressbook.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c
index 42ca9dca78..779b4bc147 100644
--- a/addressbook/gui/component/addressbook.c
+++ b/addressbook/gui/component/addressbook.c
@@ -710,6 +710,8 @@ create_alphabet (AddressbookView *view)
for (letter = 'a'; letter <= 'z'; letter ++) {
connect_button(view, gui, letter);
}
+
+ gtk_object_unref(GTK_OBJECT(gui));
return widget;
}