diff options
author | Ettore Perazzoli <ettore@ximian.com> | 2003-09-12 07:07:06 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-09-12 07:07:06 +0800 |
commit | e0d3bea8e3354a538c60262577f4a9f5474638bf (patch) | |
tree | 38513feb71c877bf66f9abbc35e7c1732793e085 /shell/ChangeLog | |
parent | 526550693f707a6765698b82289202b270b870e3 (diff) | |
download | gsoc2013-evolution-e0d3bea8e3354a538c60262577f4a9f5474638bf.tar gsoc2013-evolution-e0d3bea8e3354a538c60262577f4a9f5474638bf.tar.gz gsoc2013-evolution-e0d3bea8e3354a538c60262577f4a9f5474638bf.tar.bz2 gsoc2013-evolution-e0d3bea8e3354a538c60262577f4a9f5474638bf.tar.lz gsoc2013-evolution-e0d3bea8e3354a538c60262577f4a9f5474638bf.tar.xz gsoc2013-evolution-e0d3bea8e3354a538c60262577f4a9f5474638bf.tar.zst gsoc2013-evolution-e0d3bea8e3354a538c60262577f4a9f5474638bf.zip |
If the right_click_row_path is not NULL (i.e. a menu is being popped up
2003-09-11 Ettore Perazzoli <ettore@ximian.com>
* e-storage-set-view.c (impl_right_click): If the
right_click_row_path is not NULL (i.e. a menu is being popped up
already), don't pop up the menu again. [#48388]
2003-09-11 Ettore Perazzoli <ettore@ximian.com>
[#47875, thanks to Calvin Liu for figuring this out.]
* e-shortcuts.c (e_shortcuts_add_default_shortcuts): Use the
group_num arg, so it gets added to the proper group.
(e_shortcuts_add_default_group): Pass the actual group number to
e_shortcuts_add_default_shortcuts().
svn path=/trunk/; revision=22541
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9682a525b4..055a2837b9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,18 @@ +2003-09-11 Ettore Perazzoli <ettore@ximian.com> + + * e-storage-set-view.c (impl_right_click): If the + right_click_row_path is not NULL (i.e. a menu is being popped up + already), don't pop up the menu again. [#48388] + +2003-09-11 Ettore Perazzoli <ettore@ximian.com> + + [#47875, thanks to Calvin Liu for figuring this out.] + + * e-shortcuts.c (e_shortcuts_add_default_shortcuts): Use the + group_num arg, so it gets added to the proper group. + (e_shortcuts_add_default_group): Pass the actual group number to + e_shortcuts_add_default_shortcuts(). + 2003-09-11 Hans Petter Jansson <hpj@ximian.com> * Makefile.am (evolution_LDADD): libical-evolution.la -> libical.la |