ਐਂਡਰੌਇਡ ਲਈ ਫਾਇਰਫੌਕਸ ਐਡ-ਆਨ ਵਿੱਚ ਸਵਾਗਤ |
ਐਂਡਰੌਇਡ ਲਈ ਫਾਇਰਫੌਕਸ ਨੂੂੰ ਆਪਣਾ ਬਣਾਉਣ ਲਈ ਵਾਧੂ ਪੇਸ਼ਕਸਾਂ ਅਤੇ ਅੰਦਾਜਾਂ ਨੂੰ ਜੋੜੋ।
ਬੰਦ ਕਰੋColin Guthrie ਵੱਲੋਂ Extra Folder Columns ਲਈ ਸਮੀਖਿਆ
5 ਤਾਰਿਆਂ ਵਿੱਚ 5 ਮਿਲੇ
Simple Patch for RC2 to display folder names properly.
--- chrome/content/main.js.orig	2009-12-08 11:15:35.000000000 +0000
+++ chrome/content/main.js	2009-12-08 11:33:34.000000000 +0000
@@ -11,9 +11,15 @@
 
       switch (aColName) {
         case "folderNameCol":
-          let text = this._folder.abbreviatedName;
-          if (this._useServerName)
-            text += " - " + this._folder.server.prettyName;
+          let text;
+               if (this.useServerNameOnly) {
+             text = this._folder.server.prettyName;
+           }
+           else {
+             text = this._folder.abbreviatedName;
+             if (this.addServerName)
+               text += " - " + this._folder.server.prettyName;
+           }
 
           // If the unread column is shown, we don't need to add the count
           if (!document.getElementById("folderUnreadCol").hidden)
ਕਿਰਪਾ ਕਰਕੇ ਇੱਕ ਕਾਰਨ ਚੁਣੋ:
ਆਪਣੇ ਖੁਦ ਦੇ ਸੰਗ੍ਰਹਿ ਬਣਾਉਣ ਲਈ, ਤੁਹਾਡੇ ਕੋਲ ਇੱਕ ਮੌਜੀਲਾ ਐਡ-ਆਨ ਖਾਤਾ ਹੋਣਾ ਚਾਹੀਦਾ।
 ਐਨਡਰੋਇਡ ਐਡ-ਆਨ
    ਐਨਡਰੋਇਡ ਐਡ-ਆਨ
 
    