Summary: | Usablity: Inconsistent toolbar button ordering | ||
---|---|---|---|
Product: | [Unmaintained] knode | Reporter: | Till Gerken <till.gerken> |
Component: | general | Assignee: | 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
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. 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. 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. 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 :) 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"/> |