Removed the string marked for translation.
authorChenthill Palanisamy <pchen@src.gnome.org>
Mon, 13 Apr 2009 09:48:26 +0000 (09:48 +0000)
committerChenthill Palanisamy <pchen@src.gnome.org>
Mon, 13 Apr 2009 09:48:26 +0000 (09:48 +0000)
svn path=/trunk/; revision=10211

camel/providers/groupwise/ChangeLog
camel/providers/groupwise/camel-groupwise-store.c

index a1ba9cd..93b7baa 100644 (file)
@@ -1,5 +1,11 @@
 2009-04-13  Chenthill Palanisamy  <pchenthill@novell.com>
 
+       
+       * camel/providers/groupwise/camel-groupwise-store.c: Removed
+       the string marked for translation.
+
+2009-04-13  Chenthill Palanisamy  <pchenthill@novell.com>
+
        Fixes #471083 (bnc)
        * camel/providers/groupwise/camel-groupwise-store.c: Sets the
        System folder flag for system folders.
index aa7d18f..c907eec 100644 (file)
@@ -1307,12 +1307,6 @@ groupwise_delete_folder(CamelStore *store,
 
        CAMEL_SERVICE_REC_LOCK (store, connect_lock);
 
-       if (groupwise_is_system_folder (folder_name)) {
-               camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM, _("Cannot delete GroupWise system folder '%s'"),
-                                     folder_name);
-               return;
-       }
-
        if (!camel_groupwise_store_connected (groupwise_store, ex)) {
                CAMEL_SERVICE_REC_UNLOCK (store, connect_lock);
                return;