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

List:       kde-commits
Subject:    branches/KDE/4.6/kdebase/runtime/nepomuk/kcm
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2011-01-19 16:57:30
Message-ID: 20110119165730.0151BAC8B8 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1215783 by trueg:

Removed monthly auto backups in 4.6. It was missing the date configuration and does \
not seem to be implemented in the service anyway.


 M  +1 -5      nepomukserverkcm.cpp  


--- branches/KDE/4.6/kdebase/runtime/nepomuk/kcm/nepomukserverkcm.cpp \
#1215782:1215783 @@ -104,8 +104,7 @@
     enum BackupFrequency {
         DisableAutomaticBackups = 0,
         DailyBackup = 1,
-        WeeklyBackup = 2,
-        MonthlyBackup = 3
+        WeeklyBackup = 2
     };
 
 
@@ -115,8 +114,6 @@
             return QLatin1String("daily");
         case WeeklyBackup:
             return QLatin1String("weekly");
-        case MonthlyBackup:
-            return QLatin1String("monthly");
         default:
             return QLatin1String("disabled");
         }
@@ -196,7 +193,6 @@
         m_comboBackupFrequency->addItem(i18nc("@item:inlistbox", "Disable Automatic \
                Backups"));
         m_comboBackupFrequency->addItem(i18nc("@item:inlistbox", "Daily Backup"));
         m_comboBackupFrequency->addItem(i18nc("@item:inlistbox", "Weekly Backup"));
-        m_comboBackupFrequency->addItem(i18nc("@item:inlistbox", "Monthly Backup"));
 
         for( int i = 1; i <= 7; ++i )
             m_comboBackupDay->addItem(KGlobal::locale()->calendar()->weekDayName(i), \
i);


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

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