[Pkg-mozext-commits] [sage-extension] 25/54: Removing class="plain" from real toolbars because it breaks some themes
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_3
in repository sage-extension.
commit 7eb0b19acc98a01e310d106d1a9f601054d88926
Author: Erik Arvidsson <erik.arvidsson at gmail.com>
Date: Thu Sep 30 10:15:17 2004 +0000
Removing class="plain" from real toolbars because it breaks some themes
---
src/sage/content/sage.xul | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/src/sage/content/sage.xul b/src/sage/content/sage.xul
index c7aeb1f..5c3cfa6 100755
--- a/src/sage/content/sage.xul
+++ b/src/sage/content/sage.xul
@@ -73,7 +73,7 @@
</stringbundleset>
<toolbox class="plain">
- <toolbar class="plain">
+ <toolbar>
<toolbarbutton id="checkFeeds" class="sage_button" oncommand="updateCheck()" tooltiptext="&menu.checkUpdate;"/>
<toolbarbutton id="discoverFeeds" class="sage_button" oncommand="discoverFeeds()" tooltiptext="&menu.discoverFeeds;"/>
<spacer flex="1"/>
@@ -93,7 +93,7 @@
</menupopup>
</toolbarbutton>
</toolbar>
- <toolbar id="barSearch" class="plain" align="center">
+ <toolbar id="barSearch" align="center">
<textbox id="txtSearchValue" type="autocomplete" flex="1"
ontextentered="FeedSearch.search()"
autocompletesearch="form-history"
@@ -105,14 +105,12 @@
</toolbar>
</toolbox>
-<vbox>
- <sidebarheader id="rssStatusBar" align="center">
- <hbox align="center" flex="1">
- <image id="rssStatusImage" loading="false"/>
- <label id="rssStatusLabel" flex="1" crop="end" value=""/>
- </hbox>
+<sidebarheader id="rssStatusBar" align="center">
+ <hbox align="center" flex="1">
+ <image id="rssStatusImage" loading="false"/>
+ <label id="rssStatusLabel" flex="1" crop="end" value=""/>
+ </hbox>
</sidebarheader>
-</vbox>
<vbox flex="1">
@@ -133,7 +131,7 @@
</sidebarheader>
<toolbox class="plain">
- <toolbar class="plain" id="itemListToolbar">
+ <toolbar id="itemListToolbar">
<toolbarbutton id="markAsReadButton" class="sage_button" command="cmd_markasread"/>
<toolbarbutton id="markAsUnreadButton" class="sage_button" command="cmd_markasunread"/>
<toolbarbutton id="markAllAsReadButton" class="sage_button" command="cmd_markallasread"/>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git
More information about the Pkg-mozext-commits
mailing list