aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-04-08 07:17:58 +0800
committerChris Toshok <toshok@src.gnome.org>2003-04-08 07:17:58 +0800
commitfc4ca8aadc203995264e7feba07892b58ff6ce44 (patch)
treeb4f63220d85424bb28c87d2b30c6f98a294dbbe3 /addressbook/ChangeLog
parentb40727e44b9a820998de206a931041adecc01357 (diff)
downloadgsoc2013-evolution-fc4ca8aadc203995264e7feba07892b58ff6ce44.tar
gsoc2013-evolution-fc4ca8aadc203995264e7feba07892b58ff6ce44.tar.gz
gsoc2013-evolution-fc4ca8aadc203995264e7feba07892b58ff6ce44.tar.bz2
gsoc2013-evolution-fc4ca8aadc203995264e7feba07892b58ff6ce44.tar.lz
gsoc2013-evolution-fc4ca8aadc203995264e7feba07892b58ff6ce44.tar.xz
gsoc2013-evolution-fc4ca8aadc203995264e7feba07892b58ff6ce44.tar.zst
gsoc2013-evolution-fc4ca8aadc203995264e7feba07892b58ff6ce44.zip
[ fixes bug #39763 ] verb callback for EditCopy (cut_cb): verb callback
2003-04-07 Chris Toshok <toshok@ximian.com> [ fixes bug #39763 ] * gui/component/select-names/e-select-names-bonobo.c (copy_cb): verb callback for EditCopy (cut_cb): verb callback for EditCut. (paste_cb): verb callback for EditPaste. (select_all_cb): verb callback for SelectAll. (free_closure): new function (merge_menu_items): same (unmerge_menu_items): same (control_set_frame_cb): same (control_activate_cb): same (widget_focus_cb): same (e_bonobo_control_automerge_ui): new function, sets up focus signals on the widget passed in to merge/unmerge the passed in ui/verbs. (impl_SelectNames_get_entry_for_section): call e_bonobo_control_automerge_ui for this entry. svn path=/trunk/; revision=20735
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 67a61124d2..a6f9a9adb9 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,25 @@
2003-04-07 Chris Toshok <toshok@ximian.com>
+ [ fixes bug #39763 ]
+ * gui/component/select-names/e-select-names-bonobo.c (copy_cb):
+ verb callback for EditCopy
+ (cut_cb): verb callback for EditCut.
+ (paste_cb): verb callback for EditPaste.
+ (select_all_cb): verb callback for SelectAll.
+ (free_closure): new function
+ (merge_menu_items): same
+ (unmerge_menu_items): same
+ (control_set_frame_cb): same
+ (control_activate_cb): same
+ (widget_focus_cb): same
+ (e_bonobo_control_automerge_ui): new function, sets up focus
+ signals on the widget passed in to merge/unmerge the passed in
+ ui/verbs.
+ (impl_SelectNames_get_entry_for_section): call
+ e_bonobo_control_automerge_ui for this entry.
+
+2003-04-07 Chris Toshok <toshok@ximian.com>
+
* gui/component/e-address-popup.c (mini_wizard_new): change the
ok/cancel button layout to be higified.