rpms/thunderbird/devel thunderbird-1.0-gtk-file-chooser-morefixes.patch, 1.1, 1.2 thunderbird.spec, 1.41, 1.42

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Aug 15 15:41:46 UTC 2005


Author: caillon

Update of /cvs/dist/rpms/thunderbird/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4151

Modified Files:
	thunderbird-1.0-gtk-file-chooser-morefixes.patch 
	thunderbird.spec 
Log Message:
* Sun Aug 14 2005 Christopher Aillon <caillon at redhat.com> 1.0.6-4
- Rebuild


thunderbird-1.0-gtk-file-chooser-morefixes.patch:
 Makefile.in         |    1 
 nsFilePicker.cpp    |   73 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 nsWidgetFactory.cpp |    2 -
 3 files changed, 73 insertions(+), 3 deletions(-)

Index: thunderbird-1.0-gtk-file-chooser-morefixes.patch
===================================================================
RCS file: /cvs/dist/rpms/thunderbird/devel/thunderbird-1.0-gtk-file-chooser-morefixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thunderbird-1.0-gtk-file-chooser-morefixes.patch	6 Aug 2005 17:15:21 -0000	1.1
+++ thunderbird-1.0-gtk-file-chooser-morefixes.patch	15 Aug 2005 15:41:43 -0000	1.2
@@ -160,3 +160,19 @@
          }
        }
      }
+Index: widget/src/gtk2/nsWidgetFactory.cpp
+===================================================================
+RCS file: /cvsroot/mozilla/widget/src/gtk2/nsWidgetFactory.cpp,v
+retrieving revision 1.19.32.5
+diff -d -u -p -r1.19.32.5 nsWidgetFactory.cpp
+--- widget/src/gtk2/nsWidgetFactory.cpp	20 Oct 2004 23:55:52 -0000	1.19.32.5
++++ widget/src/gtk2/nsWidgetFactory.cpp	31 Oct 2004 08:54:24 -0000
+@@ -132,7 +132,7 @@ nsFilePickerConstructor(nsISupports *aOu
+   }
+ 
+   nsCOMPtr<nsIFilePicker> picker;
+-  PRBool enabled = PR_FALSE;
++  PRBool enabled = PR_TRUE;
+ 
+   /* need pref fu */
+ 


Index: thunderbird.spec
===================================================================
RCS file: /cvs/dist/rpms/thunderbird/devel/thunderbird.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- thunderbird.spec	6 Aug 2005 17:15:21 -0000	1.41
+++ thunderbird.spec	15 Aug 2005 15:41:43 -0000	1.42
@@ -8,7 +8,7 @@
 Summary:	Mozilla Thunderbird mail/newsgroup client
 Name:		thunderbird
 Version:	1.0.6
-Release:	3
+Release:	4
 Epoch:		0
 URL:		http://www.mozilla.org/projects/thunderbird/
 License:	MPL
@@ -209,6 +209,9 @@
 #===============================================================================
 
 %changelog
+* Sun Aug 14 2005 Christopher Aillon <caillon at redhat.com> 1.0.6-4
+- Rebuild
+
 * Sat Aug  6 2005 Christopher Aillon <caillon at redhat.com> 1.0.6-3
 - Add patch to make file chooser dialog modal
 




More information about the fedora-cvs-commits mailing list