diff options
author | Larry Ewing <lewing@ximian.com> | 2004-04-28 05:58:49 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2004-04-28 05:58:49 +0800 |
commit | 2fdec09f4df454bae7c39cbdea4212b29ea36f18 (patch) | |
tree | dd84a7a2a324287a5aa16cd77507ee77f3ccb35b /calendar/gui/dialogs/calendar-setup.glade | |
parent | bca17d1fdc0625e8fd739dcba9508c27eaae2a28 (diff) | |
download | gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.tar gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.tar.gz gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.tar.bz2 gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.tar.lz gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.tar.xz gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.tar.zst gsoc2013-evolution-2fdec09f4df454bae7c39cbdea4212b29ea36f18.zip |
hook up the color picker and test buttons in the new task dialog.
2004-04-27 Larry Ewing <lewing@ximian.com>
* gui/dialogs/calendar-setup.c: hook up the color picker and test
buttons in the new task dialog.
* gui/dialogs/calendar-setup.glade: fix visibility and color
picker names.
svn path=/trunk/; revision=25644
Diffstat (limited to 'calendar/gui/dialogs/calendar-setup.glade')
-rw-r--r-- | calendar/gui/dialogs/calendar-setup.glade | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/calendar/gui/dialogs/calendar-setup.glade b/calendar/gui/dialogs/calendar-setup.glade index bd67f362eb..9f916d237f 100644 --- a/calendar/gui/dialogs/calendar-setup.glade +++ b/calendar/gui/dialogs/calendar-setup.glade @@ -5,7 +5,6 @@ <requires lib="gnome"/> <widget class="GtkWindow" id="add-calendar-window"> - <property name="visible">True</property> <property name="title" translatable="yes">Add Calendar</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> @@ -1187,7 +1186,6 @@ </widget> <widget class="GtkWindow" id="add-task-list-window"> - <property name="visible">True</property> <property name="title" translatable="yes">Add Tasks Group</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> @@ -1218,7 +1216,7 @@ <property name="editable">True</property> <property name="visibility">True</property> <property name="max_length">0</property> - <property name="text" translatable="yes">Chillonia</property> + <property name="text" translatable="yes"></property> <property name="has_frame">True</property> <property name="invisible_char" translatable="yes">*</property> <property name="activates_default">False</property> @@ -1293,7 +1291,6 @@ <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> - <property name="mnemonic_widget">group-color</property> </widget> <packing> <property name="left_attach">0</property> @@ -1306,7 +1303,7 @@ </child> <child> - <widget class="GnomeColorPicker" id="group-color"> + <widget class="GnomeColorPicker" id="source-color"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="dither">True</property> |