rpms/sunbird/F-11 sunbird-1.0-migwindow.patch, NONE, 1.1 sunbird.spec, 1.27, 1.28

Lubomir Rintel lkundrak at fedoraproject.org
Tue May 12 19:34:50 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/sunbird/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv333/F-11

Modified Files:
	sunbird.spec 
Added Files:
	sunbird-1.0-migwindow.patch 
Log Message:
* Thu May 12 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.0-0.3.20090302hg
- Fix migration window size (0x0 is considered too small by some) (#499346)


sunbird-1.0-migwindow.patch:

--- NEW FILE sunbird-1.0-migwindow.patch ---

# HG changeset patch
# User Boying Lu <brian.lu at sun.com>
# Date 1238145053 -3600
# Node ID 90b63564abccf71d5ddb4f7ca338bd9ff165ed00
# Parent 051be013701065fa71d6a9dc4dda442841f8b5f8
Fix bug 484160 - Migration wizard starts with very small width/height. r=philipp

--- a/calendar/base/content/migration.js	Fri Mar 27 09:51:05 2009 +0100
+++ b/calendar/base/content/migration.js	Fri Mar 27 10:10:53 2009 +0100
@@ -279,10 +279,10 @@ var gDataMigrator = {
         if (win) {
             win.focus();
         } else {
-            openDialog(url, "migration", "centerscreen,chrome,resizable=no", DMs);
+            openDialog(url, "migration", "centerscreen,chrome,resizable=no,width=500,height=400", DMs);
         }
 #else
-        openDialog(url, "migration", "modal,centerscreen,chrome,resizable=no", DMs);
+        openDialog(url, "migration", "modal,centerscreen,chrome,resizable=no,width=500,height=400", DMs);
 #endif
     },
 



Index: sunbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sunbird/F-11/sunbird.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- sunbird.spec	29 Apr 2009 07:11:30 -0000	1.27
+++ sunbird.spec	12 May 2009 19:34:20 -0000	1.28
@@ -13,7 +13,7 @@
 
 Name:           sunbird
 Version:        1.0
-Release:        0.2.20090302hg%{?dist}
+Release:        0.3.20090302hg%{?dist}
 Summary:        Calendar application built upon Mozilla toolkit
 
 Group:          Applications/Productivity
@@ -30,6 +30,7 @@ Source3:        mozilla-extension-update
 #Source4:        http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.9/lightning-0.9.linux-i686.xpi
 Source100:      find-external-requires
 Patch0:         sunbird-1.0-libical.patch
+Patch1:         sunbird-1.0-migwindow.patch
 Patch3:         sunbird-1.0-uilocale.patch
 Patch4:         sunbird-0.9-gcc44.patch
 Patch21:        mozilla-jemalloc.patch
@@ -93,6 +94,7 @@ calendaring tasks.
 %prep
 %setup -q -c -a 2
 %patch0 -p0 -b .libical
+%patch1 -p1 -b .migwindow
 %patch3 -p0 -b .uilocale
 %patch4 -p0 -b .gcc44
 %patch21 -p0 -b .jemalloc
@@ -269,6 +271,9 @@ fi
 
 
 %changelog
+* Thu May 12 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.0-0.3.20090302hg
+- Fix migration window size (0x0 is considered too small by some) (#499346)
+
 * Wed Apr 29 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.0-0.2.20090302hg
 - Fix the permissions for real now
 




More information about the fedora-extras-commits mailing list