diff options
author | Lucas Rocha <lucasr@litl.com> | 2009-08-06 15:42:04 +0100 |
---|---|---|
committer | Lucas Rocha <lucasr@litl.com> | 2009-08-06 16:39:33 +0100 |
commit | b87f233061134f8876803d150f1d1196d2d41561 (patch) | |
tree | e1e320528e54f44fdaf9596f1285bceda4b53da1 /src | |
parent | 94c9ee1c7fac13090012943e19587e7952414e48 (diff) |
Bug 561131 – zenity windows don't appear with the focus
Diffstat (limited to 'src')
-rw-r--r-- | src/zenity.ui | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/zenity.ui b/src/zenity.ui index db30432..5275a07 100644 --- a/src/zenity.ui +++ b/src/zenity.ui @@ -7,7 +7,7 @@ <property name="title" translatable="yes">Calendar selection</property> <property name="window_position">center</property> <property name="type_hint">dialog</property> - <property name="focus_on_map">False</property> + <property name="focus_on_map">True</property> <property name="has_separator">False</property> <signal name="destroy" handler="gtk_main_quit"/> <child internal-child="vbox"> @@ -129,7 +129,7 @@ <property name="title" translatable="yes">Warning</property> <property name="window_position">center</property> <property name="type_hint">dialog</property> - <property name="focus_on_map">False</property> + <property name="focus_on_map">True</property> <property name="has_separator">False</property> <signal name="destroy" handler="gtk_main_quit"/> <child internal-child="vbox"> @@ -213,7 +213,7 @@ <property name="title" translatable="yes">Question</property> <property name="window_position">center</property> <property name="type_hint">dialog</property> - <property name="focus_on_map">False</property> + <property name="focus_on_map">True</property> <property name="has_separator">False</property> <signal name="destroy" handler="gtk_main_quit"/> <child internal-child="vbox"> @@ -278,7 +278,7 @@ <property name="title" translatable="yes">Add a new entry</property> <property name="window_position">center</property> <property name="type_hint">dialog</property> - <property name="focus_on_map">False</property> + <property name="focus_on_map">True</property> <property name="has_separator">False</property> <signal name="destroy" handler="gtk_main_quit"/> <child internal-child="vbox"> @@ -377,7 +377,7 @@ <property name="default_width">300</property> <property name="default_height">200</property> <property name="type_hint">dialog</property> - <property name="focus_on_map">False</property> + <property name="focus_on_map">True</property> <property name="has_separator">False</property> <signal name="destroy" handler="gtk_main_quit"/> <child internal-child="vbox"> @@ -455,7 +455,7 @@ <property name="title" translatable="yes">Progress</property> <property name="window_position">center</property> <property name="type_hint">dialog</property> - <property name="focus_on_map">False</property> + <property name="focus_on_map">True</property> <property name="has_separator">False</property> <signal name="destroy" handler="gtk_main_quit"/> <child internal-child="vbox"> @@ -551,7 +551,7 @@ <property name="title" translatable="yes">Error</property> <property name="window_position">center</property> <property name="type_hint">dialog</property> - <property name="focus_on_map">False</property> + <property name="focus_on_map">True</property> <property name="has_separator">False</property> <signal name="destroy" handler="gtk_main_quit"/> <child internal-child="vbox"> @@ -643,7 +643,7 @@ <property name="default_width">300</property> <property name="default_height">196</property> <property name="type_hint">dialog</property> - <property name="focus_on_map">False</property> + <property name="focus_on_map">True</property> <property name="has_separator">False</property> <signal name="destroy" handler="gtk_main_quit"/> <child internal-child="vbox"> @@ -744,7 +744,7 @@ <property name="title" translatable="yes">Information</property> <property name="window_position">center</property> <property name="type_hint">dialog</property> - <property name="focus_on_map">False</property> + <property name="focus_on_map">True</property> <property name="has_separator">False</property> <signal name="destroy" handler="gtk_main_quit"/> <child internal-child="vbox"> @@ -827,7 +827,7 @@ <property name="default_width">300</property> <property name="default_height">100</property> <property name="type_hint">dialog</property> - <property name="focus_on_map">False</property> + <property name="focus_on_map">True</property> <property name="has_separator">False</property> <signal name="destroy" handler="gtk_main_quit"/> <child internal-child="vbox"> |