Bug 52657

Summary: Usablity: Inconsistent toolbar button ordering
Product: [Unmaintained] knode Reporter: Till Gerken <till.gerken>
Component: generalAssignee: kdepim bugs <pim-bugs-null>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Till Gerken 2003-01-06 11:08:26 UTC
Version:           1.5.9 (using KDE 3.1.9)
Compiler:          gcc version 3.2.2 20021231 (Debian prerelease)
OS:          Linux (i686) release 2.4.20-pre11

KMail has "New message", two other buttons, then "Get new messages". KNode uses "Get new messages" first, "New message" is placed further right.

The button order should be consistent throughout KDE, so either KMail or KNode should adjust it. I like KNode's ordering more as a user will most likely retrieve new messages first when starting the program.
Comment 1 Till Adam 2003-06-29 15:47:24 UTC
My kmail has them in different menus, and ordered according to the style guide, as far as I can tell.  
So I guess this isn't a bug. 
Comment 2 Till Gerken 2003-06-29 16:05:59 UTC
This is about the toolbar, not the menus. KMail and KNode are inconsistent here. One of 
them should be fixed. Either fix it in KMail or reassign the bug to KNode. 
Comment 3 Till Adam 2003-06-29 16:53:41 UTC
I apologize. I misread the report. Should have known someone with that name 
could not be wrong. :) I still think the kmail ordering is more logical, but I'll talk to 
the knodistas about that. 
Comment 4 Stephan Kulow 2003-09-26 07:54:57 UTC
as I think more users will use periodic mail check and "check mail on startup", 
the New message will be most likely the more common option.  
 
If you think, the ordering should be consistent I assign to knode :) 
Comment 5 Volker Krause 2004-07-04 15:53:10 UTC
CVS commit by vkrause: 

More consistent toolbars between knode/knode in kontact and knode/kmail.

CCMAIL: 52657-done@bugs.kde.org


  M +5 -2      knodeui.rc   1.45


--- kdepim/knode/knodeui.rc  #1.44:1.45
@@ -1,4 +1,4 @@
 <!DOCTYPE kpartgui>
-<kpartgui name="KNode" version="38">
+<kpartgui name="KNode" version="39">
 
 <MenuBar>
@@ -128,8 +128,11 @@
 
 <ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
+  <Action name="article_postNew"/>
+  <Action name="file_save"/>
+  <Action name="file_print"/>
+  <Separator/>
   <Action name="account_dnlHeaders"/>
   <Action name="net_stop"/>
   <Separator/>
-  <Action name="article_postNew"/>
   <Action name="article_postReply"/>
   <Action name="article_mailReply"/>