[Kde-pim] [patch] Fix Akregator's toolbars menu

Christophe Giboudeaux kropx77 at gmail.com
Fri Jul 25 15:26:17 BST 2008


Yo,

Here's a -very simple- patch to close the bug 165771.
It only adds text labels to the toolbars when Akregator is embedded.

Christophe.

--- trunk/KDE/kdepim/akregator/src/akregator_part.rc     (révision 837642)
+++ trunk/KDE/kdepim/akregator/src/akregator_part.rc     (copie de travail)
@@ -79,7 +79,7 @@
   </Menu>
 </MenuBar>

-<ToolBar noMerge="1" name="mainToolBar" fullWidth="true">
+<ToolBar noMerge="1" name="mainToolBar" fullWidth="true"><text>Main 
Toolbar</text>
   <Action name="feed_fetch"/>
   <Action name="feed_fetch_all"/>
   <Action name="feed_stop"/>
@@ -89,7 +89,7 @@
   <Merge/>
 </ToolBar>

-<ToolBar name="browserToolBar">
+<ToolBar name="browserToolBar"><text>Browser Toolbar</text>
        <Action name="browser_back"/>
        <Action name="browser_forward"/>
        <Action name="browser_reload"/>
@@ -97,7 +97,7 @@
        <Merge/>
 </ToolBar>

-<ToolBar hidden="true" name="textToSpeechToolBar">
+<ToolBar hidden="true" name="textToSpeechToolBar"><text>Speech Toolbar</text>
        <Action name="akr_texttospeech"/>
        <Action name="akr_aborttexttospeech"/>
        <Merge/>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 165771.diff
Type: text/x-patch
Size: 974 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20080725/c68b704b/attachment.bin>
-------------- next part --------------
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/


More information about the kde-pim mailing list