rpms/kdepim/devel kdepim-4.3.1-kmail-saveAttachments.patch,1.3,1.4

Lukas Tinkl ltinkl at fedoraproject.org
Tue Aug 11 19:39:32 UTC 2009


Author: ltinkl

Update of /cvs/extras/rpms/kdepim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2500/devel

Modified Files:
	kdepim-4.3.1-kmail-saveAttachments.patch 
Log Message:
third time's a charm, or so Rex once said :)


kdepim-4.3.1-kmail-saveAttachments.patch:
 CMakeLists.txt |    1 +
 kmcommands.cpp |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

Index: kdepim-4.3.1-kmail-saveAttachments.patch
===================================================================
RCS file: /cvs/extras/rpms/kdepim/devel/kdepim-4.3.1-kmail-saveAttachments.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- kdepim-4.3.1-kmail-saveAttachments.patch	11 Aug 2009 16:45:26 -0000	1.3
+++ kdepim-4.3.1-kmail-saveAttachments.patch	11 Aug 2009 19:39:31 -0000	1.4
@@ -16,10 +16,22 @@ Index: kmail/kmcommands.cpp
      // get the dir
 -    dirUrl = KFileDialog::getExistingDirectoryUrl( KUrl( "kfiledialog:///saveAttachment" ),
 +    QString dummy;
-+    KUrl startUrl = KFileWidget::getStartUrl( KUrl( "kfiledialog:///saveAttachment" ), &dummy );
++    KUrl startUrl = KFileWidget::getStartUrl( KUrl( "kfiledialog:///saveAttachment" ), dummy );
 +    if ( !startUrl.isValid() || startUrl.isEmpty() )
 +      startUrl = KUrl( KGlobalSettings::documentPath() );
 +    dirUrl = KFileDialog::getExistingDirectoryUrl( startUrl,
                                                     parentWidget(),
                                                     i18n( "Save Attachments To" ) );
      if ( !dirUrl.isValid() ) {
+Index: kmail/CMakeLists.txt
+===================================================================
+--- kmail/CMakeLists.txt	(revision 1010021)
++++ kmail/CMakeLists.txt	(working copy)
+@@ -371,6 +371,7 @@
+   kpgp
+   kdepim
+   ${KDE4_KIO_LIBS}
++  ${KDE4_KFILE_LIBS}
+   ${KDEPIMLIBS_KABC_LIBS}
+   ${KDEPIMLIBS_KPIMUTILS_LIBS}
+   ${KDEPIMLIBS_KPIMTEXTEDIT_LIBS}




More information about the fedora-extras-commits mailing list