[Korganizer-devel] [Bug 133654] Korganizer don't remember iconText="icontextright" option

Roland Eggner roland.eggner at edu.uni-graz.at
Tue Mar 27 14:10:28 CEST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=133654         




------- Additional Comments From roland.eggner edu uni-graz at  2007-03-27 14:10 -------
I am using KOrganizer-3.5.6 and observed similar bug:
I can change toolbar status hidden|visible, but KOrganizer does NOT save any changes to ~/.kde/share/apps/korganizer/korganizerui.rc
I want that KOrganizer starts with all toolbars hidden, this is only possible by manually editing of korganizerui.rc:
--- korganizerui.rc.orig        2007-03-27 13:06:38.000000000 +0200
+++ korganizerui.rc     2007-03-27 13:19:44.000000000 +0200
 @ -118,7 +118,7  @
    <Action name="help_tipofday" />
   </Menu>
  </MenuBar>
- <ToolBar noMerge="1" name="mainToolBar" >
+ <ToolBar hidden="true" noMerge="1" name="mainToolBar" >
   <text>Main</text>
   <Action name="new_event" />
   <Action name="new_todo" />
 @ -137,7 +137,7  @
   <Action name="go_next" />
   <Action name="go_today" />
  </ToolBar>
- <ToolBar name="korganizer_toolbar" >
+ <ToolBar hidden="true" name="korganizer_toolbar" >
   <text>Views</text>
   <Action name="view_whatsnext" />
   <Action name="view_list" />


More information about the Korganizer-devel mailing list