aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-08 10:15:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-08 10:15:27 +0000
commit1bddee29d23efedb91b43a1fa6667090a52f54f9 (patch)
tree6f1d30830c5fee98b479aff1d98061244ec15b2c
parent2a2ab0cd013810f059cf378f3e88fc910952c7d5 (diff)
fixed the folder tree bug of addressbook.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@562 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.ja5
-rw-r--r--src/addressbook.c2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d68430b..6ef6e70f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-09-08
+ * src/addressbook.c: addressbook_tree_button_pressed(): fixed a bug
+ that the expander of the folder tree didn't work.
+
+2005-09-08
+
* libsylph/md5_hmac.c: md5_hmac_get(): minor code cleanup.
2005-09-08
diff --git a/ChangeLog.ja b/ChangeLog.ja
index cfca730b..52358bad 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,10 @@
2005-09-08
+ * src/addressbook.c: addressbook_tree_button_pressed(): フォルダ
+ ツリーのエキスパンダが動作していなかったバグを修正。
+
+2005-09-08
+
* libsylph/md5_hmac.c: md5_hmac_get(): 若干コードを整理。
2005-09-08
diff --git a/src/addressbook.c b/src/addressbook.c
index ce049c32..7a421f44 100644
--- a/src/addressbook.c
+++ b/src/addressbook.c
@@ -1405,7 +1405,7 @@ static gboolean addressbook_tree_button_pressed(GtkWidget *ctree,
event->button, event->time);
}
- return TRUE;
+ return FALSE;
}
static gboolean addressbook_tree_button_released(GtkWidget *ctree,