diff options
author | JP Rosevear <jpr@novell.com> | 2004-10-20 11:03:05 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-10-20 11:03:05 +0800 |
commit | 25c8eea5294d267d1e7071cea5ea726617c5fb4a (patch) | |
tree | 85d09ab6c38b08872407b7dd7a7ca4b874005fee /addressbook/gui/component/select-names | |
parent | 9ab978229af344dfcca24a7fbb5890e6ecf4e7a7 (diff) | |
download | gsoc2013-evolution-25c8eea5294d267d1e7071cea5ea726617c5fb4a.tar gsoc2013-evolution-25c8eea5294d267d1e7071cea5ea726617c5fb4a.tar.gz gsoc2013-evolution-25c8eea5294d267d1e7071cea5ea726617c5fb4a.tar.bz2 gsoc2013-evolution-25c8eea5294d267d1e7071cea5ea726617c5fb4a.tar.lz gsoc2013-evolution-25c8eea5294d267d1e7071cea5ea726617c5fb4a.tar.xz gsoc2013-evolution-25c8eea5294d267d1e7071cea5ea726617c5fb4a.tar.zst gsoc2013-evolution-25c8eea5294d267d1e7071cea5ea726617c5fb4a.zip |
convert to org.gnome hook names
2004-10-19 JP Rosevear <jpr@novell.com>
* gui/component/addressbook-view.c,
gui/component/select-names/e-select-names.c,
gui/widgets/e-addressbook-view.c, gui/widgets/eab-menu.c,
gui/widgets/eab-popup.c: convert to org.gnome hook names
svn path=/trunk/; revision=27637
Diffstat (limited to 'addressbook/gui/component/select-names')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 6b13637299..cfa8a021e2 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -705,7 +705,7 @@ section_right_click_cb (ETable *et, int row, int col, GdkEvent *ev, ESelectNames int i; GtkMenu *menu; - ep = eab_popup_new("com.novell.evolution.addressbook.selectNames.popup"); + ep = eab_popup_new("org.gnome.evolution.addressbook.selectNames.popup"); t = eab_popup_target_new_select_names(ep, child->source, row); t->target.widget = (GtkWidget *)et; |