diff options
author | Milan Crha <mcrha@redhat.com> | 2010-10-28 03:43:25 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-10-28 03:43:25 +0800 |
commit | 2de2e7f12f3b4e5944732d1c2172a3d174d5a219 (patch) | |
tree | 8630b1ae27ddbaa9f09656b21fe512f31f15118a /calendar | |
parent | 9662ac73ccc857e04b941596eb58f72ecf01b76f (diff) | |
download | gsoc2013-evolution-2de2e7f12f3b4e5944732d1c2172a3d174d5a219.tar.gz gsoc2013-evolution-2de2e7f12f3b4e5944732d1c2172a3d174d5a219.tar.zst gsoc2013-evolution-2de2e7f12f3b4e5944732d1c2172a3d174d5a219.zip |
Workaround GtkComboBoxText/GtkComboBoxEntry in .ui files
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/dialogs/event-page.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/event-page.ui b/calendar/gui/dialogs/event-page.ui index 17919048a6..fe3ece21ca 100644 --- a/calendar/gui/dialogs/event-page.ui +++ b/calendar/gui/dialogs/event-page.ui @@ -1059,7 +1059,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="alarm-time-combobox"> + <object class="GtkComboBoxText" id="alarm-time-combobox"> <property name="visible">True</property> <property name="add_tearoffs">False</property> <property name="focus_on_click">True</property> |