aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-04-04 07:32:32 +0800
committerChris Toshok <toshok@src.gnome.org>2003-04-04 07:32:32 +0800
commitcd41924de38e850c8bd82ebae346e3c7ee771a7d (patch)
tree783556daf0968bccea45160ed7fef561953a0464 /addressbook/ChangeLog
parent708189441c0ec0c6e68a8489e5480bb62a83024c (diff)
downloadgsoc2013-evolution-cd41924de38e850c8bd82ebae346e3c7ee771a7d.tar
gsoc2013-evolution-cd41924de38e850c8bd82ebae346e3c7ee771a7d.tar.gz
gsoc2013-evolution-cd41924de38e850c8bd82ebae346e3c7ee771a7d.tar.bz2
gsoc2013-evolution-cd41924de38e850c8bd82ebae346e3c7ee771a7d.tar.lz
gsoc2013-evolution-cd41924de38e850c8bd82ebae346e3c7ee771a7d.tar.xz
gsoc2013-evolution-cd41924de38e850c8bd82ebae346e3c7ee771a7d.tar.zst
gsoc2013-evolution-cd41924de38e850c8bd82ebae346e3c7ee771a7d.zip
set "handle_popup" on the field to be TRUE if it's got focus, FALSE if
2003-04-03 Chris Toshok <toshok@ximian.com> * gui/widgets/e-minicard-label.c (e_minicard_label_event): set "handle_popup" on the field to be TRUE if it's got focus, FALSE if not. svn path=/trunk/; revision=20665
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 65d504ecc1..45b83071bc 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,17 @@
2003-04-03 Chris Toshok <toshok@ximian.com>
+ * gui/widgets/e-minicard-label.c (e_minicard_label_event): set
+ "handle_popup" on the field to be TRUE if it's got focus, FALSE if
+ not.
+
+2003-04-03 Chris Toshok <toshok@ximian.com>
+
+ * gui/widgets/e-minicard-label.c (e_minicard_label_construct):
+ doh, set the im_context on the field name too so we get the Input
+ Method submenu in the contxt menu.
+
+2003-04-03 Chris Toshok <toshok@ximian.com>
+
* gui/widgets/e-minicard-label.c (e_minicard_label_construct): set
the im_context on the field's EText.
(e_minicard_label_event): remove a huge swath of #if 0'd code.