[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdesdk/kate/plugins/filebrowser
From:       Dominik Haumann <dhdev () gmx ! de>
Date:       2009-07-06 10:56:43
Message-ID: 1246877803.835522.22736.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 992135 by dhaumann:

use switch-user icon, as it fits pretty well for syncing selector with view

 M  +0 -7      CMakeLists.txt  
 D             icons (directory)  
 M  +1 -2      katefilebrowser.cpp  


--- trunk/KDE/kdesdk/kate/plugins/filebrowser/CMakeLists.txt #992134:992135
@@ -1,15 +1,8 @@
 
-add_subdirectory( icons )
-
-
-########### next target ###############
-
 set(katefilebrowserplugin_PART_SRCS katefilebrowserplugin.cpp katefilebrowser.cpp \
katebookmarkhandler.cpp )  
-
 kde4_add_plugin(katefilebrowserplugin ${katefilebrowserplugin_PART_SRCS})
 
-
 target_link_libraries(katefilebrowserplugin ${KDE4_KFILE_LIBS} ${KDE4_KPARTS_LIBS} \
kateinterfaces )  
 install(TARGETS katefilebrowserplugin  DESTINATION ${PLUGIN_INSTALL_DIR} )
--- trunk/KDE/kdesdk/kate/plugins/filebrowser/katefilebrowser.cpp #992134:992135
@@ -56,7 +56,6 @@
   m_toolbar = new KToolBar(this);
   m_toolbar->setMovable(false);
   m_toolbar->setToolButtonStyle(Qt::ToolButtonIconOnly);
-//   m_toolbar->setIconDimensions(16);
   m_toolbar->setContextMenuPolicy(Qt::NoContextMenu);
 
   // includes some actions, but not hooked into the shortcut dialog atm
@@ -165,7 +164,7 @@
   KAction* syncFolder = new KAction(this);
   syncFolder->setShortcutContext(Qt::WidgetWithChildrenShortcut);
   syncFolder->setText(i18n("Current Document Folder"));
-  syncFolder->setIcon(KIcon("curfiledir"));
+  syncFolder->setIcon(KIcon("system-switch-user"));
   connect(syncFolder, SIGNAL(triggered()), this, SLOT(setActiveDocumentDir()));
 
   actions << syncFolder;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic