[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/kipi-plugins/galleryexport
From:       Andrea Diamantini <adjam7 () gmail ! com>
Date:       2009-02-18 17:26:33
Message-ID: 1234977993.610618.21829.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 927975 by adjam:

Removed space limitation on album's names



 M  +4 -3      gallerywindow.cpp  


--- trunk/extragear/graphics/kipi-plugins/galleryexport/gallerywindow.cpp #927974:927975
@@ -494,6 +494,7 @@
     QString name = dlg->nameEdit->text();
     QString title = dlg->titleEdit->text();
     QString caption = dlg->captionEdit->text();
+
     delete dlg;
 
     // check for prohibited chars in the album name
@@ -548,10 +549,10 @@
         } else if (ch == ')') {
             clean = false;
             break;
-        } else if (ch == ' ') {
+        } /*else if (ch == ' ') {
             clean = false;
             break;
-        }
+        }*/
     }
 
     if (!clean) {
@@ -570,7 +571,7 @@
         parentAlbumName = "0";
     }
 
-    m_talker->createAlbum(parentAlbumName, name, title, caption);
+    m_talker->createAlbum( parentAlbumName, name, title, caption);
 }
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic