I do not use the side bar.

-- 
You received this message because you are subscribed to the Google Groups 
"GMarks" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/gmarks.
For more options, visit https://groups.google.com/groups/opt_out.


diff -uNr gmarks_1.0.51/content/sidebar.js gmarks_1.0.52/content/sidebar.js
--- gmarks_1.0.51/content/sidebar.js	2011-06-20 21:03:14.000000000 +0900
+++ gmarks_1.0.52/content/sidebar.js	2013-07-06 00:51:14.193217274 +0900
@@ -461,13 +461,21 @@
         && !(typeof Components == "undefined")){
       var aserv=Components.classes["@mozilla.org/atom-service;1"].getService(Components.interfaces.nsIAtomService);
       if (GMS.showIcons==true){
-        prop.AppendElement(aserv.getAtom("showIcon"));
-        if (GMS.readerLabel==this.data[idx].fullTitle)
-          prop.AppendElement(aserv.getAtom("starredInReader"));
+	if (prop) {
+	  prop.AppendElement(aserv.getAtom("showIcon"));
+	} else {
+	  return aserv.getAtom("showIcon");
+	}
+//      if (GMS.readerLabel==this.data[idx].fullTitle)
+//         prop.AppendElement(aserv.getAtom("starredInReader"));
       }
       if (this.type=="labels" && this.data[idx].type==0){
         if (this.data[idx].data[0].type!=0){
-          prop.AppendElement(aserv.getAtom("hideTwisty"));
+	  if (prop) {
+            prop.AppendElement(aserv.getAtom("hideTwisty"));
+	  } else {
+	    return aserv.getAtom("hideTwisty");
+	  }
         }
       }
     }
diff -uNr gmarks_1.0.51/skin/classic/service.css gmarks_1.0.52/skin/classic/service.css
--- gmarks_1.0.51/skin/classic/service.css	2011-06-20 21:03:12.000000000 +0900
+++ gmarks_1.0.52/skin/classic/service.css	2013-07-05 21:32:10.701240900 +0900
@@ -2,6 +2,8 @@
 	-moz-box-align: center;
 	-moz-box-orient: vertical;
 	padding-right: 0px;
+	list-style-image: url("chrome://global/skin/icons/folder-item.png");
+	-moz-image-region: rect(0px, 16px, 16px, 0px) !important;
 }
 #GM-star{
 	-moz-box-align: center;
diff -uNr gmarks_1.0.51/skin/classic/style.css gmarks_1.0.52/skin/classic/style.css
--- gmarks_1.0.51/skin/classic/style.css	2011-06-20 21:23:44.000000000 +0900
+++ gmarks_1.0.52/skin/classic/style.css	2013-07-06 00:52:33.463679951 +0900
@@ -115,7 +115,7 @@
 
 }
 #loadImage{
-	list-style-image: url("chrome://browser/skin/Throbber.gif");
+	list-style-image: url("chrome://global/skin/icons/loading_16.png");
 	max-width: 32px;
 	max-height: 32px;
 	margin:0px auto;

Reply via email to