[Kde-pim] KDE/kdepim/kontact/src
Allen Winter
winter at kde.org
Fri Aug 15 15:08:36 BST 2008
On Thursday 14 August 2008 22:30:29 Rafael Fernández López wrote:
> SVN commit 847226 by ereslibre:
>
> Fix the navigation toolbar be RTL aligned. Why is the reason of a separator being there ?
No idea.
> Should I backport this commit ?
Yes, please.
Now please fix the problem with the KOrganizer Views toolbar position not being saved :)
>
> CCMAIL: kde-pim at kde.org
>
>
> M +0 -1 kontactui.rc
> M +0 -6 mainwindow.cpp
>
>
> --- trunk/KDE/kdepim/kontact/src/kontactui.rc #847225:847226
> @@ -39,7 +39,6 @@
> <Action name="help_whats_this"/>
> </ToolBar>
> <ToolBar position="Top" noMerge="1" hidden="true" name="navigatorToolBar"><text>Navigator</text>
> - <Action name="navigator_spacer_item"/>
> <ActionList name="navigator_actionlist" />
> </ToolBar>
> </gui>
> --- trunk/KDE/kdepim/kontact/src/mainwindow.cpp #847225:847226
> @@ -423,12 +423,6 @@
> action = new KAction( KIcon( "ktip" ), i18n( "&Tip of the Day" ), this );
> actionCollection()->addAction( "help_tipofday", action );
> connect( action, SIGNAL(triggered(bool)), SLOT(slotShowTip()) );
> -
> - QWidgetAction *spacerAction = new QWidgetAction( this );
> - QWidget *stretchWidget = new QWidget( this );
> - stretchWidget->setSizePolicy( QSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred ) );
> - spacerAction->setDefaultWidget( stretchWidget );
> - actionCollection()->addAction( "navigator_spacer_item", spacerAction );
> }
>
> bool MainWindow::isPluginLoaded( const KPluginInfo &info )
> _______________________________________________
> 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/
>
_______________________________________________
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