From fc21883ff4129a4db7366403accb63241a146c49 Mon Sep 17 00:00:00 2001 From: Josselin Mouette Date: Tue, 18 Aug 2009 16:23:12 +0000 Subject: 01_focus_windows.patch: stolen upstream. Focus zenity windows by default. Closes: #528455. --- debian/patches/01_focus_windows.patch | 105 ++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 debian/patches/01_focus_windows.patch (limited to 'debian/patches') diff --git a/debian/patches/01_focus_windows.patch b/debian/patches/01_focus_windows.patch new file mode 100644 index 00000000..9157f5c5 --- /dev/null +++ b/debian/patches/01_focus_windows.patch @@ -0,0 +1,105 @@ +Debian #528455 +GNOME #561131 + +From b87f233061134f8876803d150f1d1196d2d41561 Mon Sep 17 00:00:00 2001 +From: Lucas Rocha +Date: Thu, 06 Aug 2009 14:42:04 +0000 +Subject: Bug 561131 – zenity windows don't appear with the focus + +--- +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 @@ + Calendar selection + center + dialog +- False ++ True + False + + +@@ -129,7 +129,7 @@ + Warning + center + dialog +- False ++ True + False + + +@@ -213,7 +213,7 @@ + Question + center + dialog +- False ++ True + False + + +@@ -278,7 +278,7 @@ + Add a new entry + center + dialog +- False ++ True + False + + +@@ -377,7 +377,7 @@ + 300 + 200 + dialog +- False ++ True + False + + +@@ -455,7 +455,7 @@ + Progress + center + dialog +- False ++ True + False + + +@@ -551,7 +551,7 @@ + Error + center + dialog +- False ++ True + False + + +@@ -643,7 +643,7 @@ + 300 + 196 + dialog +- False ++ True + False + + +@@ -744,7 +744,7 @@ + Information + center + dialog +- False ++ True + False + + +@@ -827,7 +827,7 @@ + 300 + 100 + dialog +- False ++ True + False + + +-- +cgit v0.8.2 -- cgit