aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-02-17 11:16:43 +0800
committerChris Toshok <toshok@src.gnome.org>2003-02-17 11:16:43 +0800
commit8c4038624553df4f366932be9955644e6e7f50ac (patch)
treed6fe50a8623ad4341981efe2e8f21f833bbb7576 /addressbook/gui
parent0f7100a65c102ee23ae4066ce790f315a68c6adb (diff)
downloadgsoc2013-evolution-8c4038624553df4f366932be9955644e6e7f50ac.tar
gsoc2013-evolution-8c4038624553df4f366932be9955644e6e7f50ac.tar.gz
gsoc2013-evolution-8c4038624553df4f366932be9955644e6e7f50ac.tar.bz2
gsoc2013-evolution-8c4038624553df4f366932be9955644e6e7f50ac.tar.lz
gsoc2013-evolution-8c4038624553df4f366932be9955644e6e7f50ac.tar.xz
gsoc2013-evolution-8c4038624553df4f366932be9955644e6e7f50ac.tar.zst
gsoc2013-evolution-8c4038624553df4f366932be9955644e6e7f50ac.zip
indent properly.
2003-02-16 Chris Toshok <toshok@ximian.com> * gui/component/select-names/e-select-names-manager.c (e_select_names_manager_entry_new): indent properly. svn path=/trunk/; revision=19919
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/select-names/e-select-names-manager.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-manager.c b/addressbook/gui/component/select-names/e-select-names-manager.c
index 0ea8bc2ee6..98e1ff5a2c 100644
--- a/addressbook/gui/component/select-names/e-select-names-manager.c
+++ b/addressbook/gui/component/select-names/e-select-names-manager.c
@@ -283,24 +283,24 @@ e_select_names_manager_entry_new (ESelectNamesManager *manager, ESelectNamesMode
g_object_ref (model);
g_signal_connect (entry->entry,
- "popup",
- G_CALLBACK (popup_cb),
- entry);
+ "popup",
+ G_CALLBACK (popup_cb),
+ entry);
g_signal_connect (entry->entry->canvas,
- "focus_in_event",
- G_CALLBACK (focus_in_cb),
- entry);
+ "focus_in_event",
+ G_CALLBACK (focus_in_cb),
+ entry);
g_signal_connect (entry->entry->canvas,
- "focus_out_event",
- G_CALLBACK (focus_out_cb),
- entry);
+ "focus_out_event",
+ G_CALLBACK (focus_out_cb),
+ entry);
g_signal_connect (entry->entry,
- "completion_popup",
- G_CALLBACK (completion_popup_cb),
- entry);
+ "completion_popup",
+ G_CALLBACK (completion_popup_cb),
+ entry);
g_object_set_data (G_OBJECT (entry->entry), "entry_info", entry);
g_object_set_data (G_OBJECT (entry->entry), "select_names_model", model);