[Knode-devel] kdepim/knode

Stephan Binner binner at kde.org
Mon Apr 19 08:06:13 CEST 2004


CVS commit by binner: 

Must there be an action without icon in the default toolbar?


  M +1 -1      knmainwidget.cpp   1.26
  M +0 -1      knodeui.rc   1.43


--- kdepim/knode/knmainwidget.cpp  #1.25:1.26
@@ -631,5 +631,5 @@ void KNMainWidget::initActions()
   a_ctAccGetNewHdrs         = new KAction(i18n("&Get New Articles in All Groups"), "mail_get", 0, this,
                               SLOT(slotAccGetNewHdrs()), actionCollection(), "account_dnlHeaders");
-  a_ctAccGetNewHdrsAll      = new KAction(i18n("&Get New Articles in All Accounts"), "mail_get2", 0, this,
+  a_ctAccGetNewHdrsAll      = new KAction(i18n("&Get New Articles in All Accounts"), "mail_get", 0, this,
                                           SLOT(slotAccGetNewHdrsAll()), actionCollection(), "account_dnlAllHeaders");
   a_ctAccDelete             = new KAction(i18n("&Delete Account"), "editdelete", 0, this,

--- kdepim/knode/knodeui.rc  #1.42:1.43
@@ -128,5 +128,4 @@
 <ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
   <Action name="account_dnlHeaders"/>
-  <Action name="account_dnlAllHeaders"/>
   <Action name="net_stop"/>
   <Separator/>




More information about the Knode-devel mailing list