aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/contact-editor.glade
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-04-23 08:40:25 +0800
committerHans Petter <hansp@src.gnome.org>2004-04-23 08:40:25 +0800
commitbfc49c80227b6d165d726019711af83fe3338068 (patch)
tree8e921263abc039f05c762b8dde85be7ffb075e35 /addressbook/gui/contact-editor/contact-editor.glade
parent976cdd5eb9d8ad0800761ce883efe9289edf9c54 (diff)
downloadgsoc2013-evolution-bfc49c80227b6d165d726019711af83fe3338068.tar
gsoc2013-evolution-bfc49c80227b6d165d726019711af83fe3338068.tar.gz
gsoc2013-evolution-bfc49c80227b6d165d726019711af83fe3338068.tar.bz2
gsoc2013-evolution-bfc49c80227b6d165d726019711af83fe3338068.tar.lz
gsoc2013-evolution-bfc49c80227b6d165d726019711af83fe3338068.tar.xz
gsoc2013-evolution-bfc49c80227b6d165d726019711af83fe3338068.tar.zst
gsoc2013-evolution-bfc49c80227b6d165d726019711af83fe3338068.zip
Correct the dialog's title.
2004-04-22 Hans Petter Jansson <hpj@ximian.com> * gui/contact-editor/contact-editor.glade: Correct the dialog's title. * gui/contact-editor/e-contact-editor.c (init_email_record_location): Connect to entry's activate signal. (init_phone_record_type): Ditto. (init_im_record_location): Ditto. (init_address_field): Ditto. (set_entry_changed_signal_field): Remove unnecessary checks. (set_urlentry_changed_signal_field): Ditto. (set_entry_changed_signals): Ditto. (set_entry_activate_signal_field): Implement. (set_urlentry_activate_signal_field): Implement. (set_entry_activate_signals): Implement. (e_contact_editor_init): Call set_entry_activate_signals (). svn path=/trunk/; revision=25590
Diffstat (limited to 'addressbook/gui/contact-editor/contact-editor.glade')
-rw-r--r--addressbook/gui/contact-editor/contact-editor.glade3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade
index 3d83326d7a..2035b08339 100644
--- a/addressbook/gui/contact-editor/contact-editor.glade
+++ b/addressbook/gui/contact-editor/contact-editor.glade
@@ -5,7 +5,7 @@
<widget class="GtkDialog" id="contact editor">
<property name="visible">True</property>
- <property name="title" translatable="yes">dialog1</property>
+ <property name="title" translatable="yes">Contact Editor</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@@ -52,6 +52,7 @@
<widget class="GtkButton" id="button-ok">
<property name="visible">True</property>
<property name="can_default">True</property>
+ <property name="has_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-ok</property>
<property name="use_stock">True</property>