diff libgui/src/files-dock-widget.h @ 16613:99a57611d58a

add menu for searching the next directory shown by the file browser * file-dock_widget.cc(constructor): new action in popdown-menu for searching the directory shown in the file browser * file-dock_widget.cc/.h(popdownmenu_search_dir): slot for the added menu action
author Torsten <ttl@justmail.de>
date Sun, 05 May 2013 11:27:39 +0200
parents 999400bebe5e
children 38fef1e833ea
line wrap: on
line diff
--- a/libgui/src/files-dock-widget.h	Sun May 05 02:51:49 2013 -0400
+++ b/libgui/src/files-dock-widget.h	Sun May 05 11:27:39 2013 +0200
@@ -96,6 +96,7 @@
   /* popdown menu options */
   void popdownmenu_newfile(bool);
   void popdownmenu_newdir(bool);
+  void popdownmenu_search_dir (bool);
 
 signals: