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

List:       kde-devel
Subject:    [PATCH-3_1_BRANCH] fix for bug #52020
From:       Jens Dagerbo <jens.dagerbo () swipnet ! se>
Date:       2003-03-17 17:53:29
[Download RAW message or body]

Hi, 

http://bugs.kde.org/show_bug.cgi?id=52020

After finally pointed to where it was implemented (thanks, SadEagle) the fix 
seems trivial. As far as I can tell, it's simply a signal that was forgotten.

jd
["kmetamenu.cpp-3_1_BRANCH.diff" (text/x-diff)]

--- ../temp/kdeaddons/konq-plugins/kuick/kmetamenu.cpp	2003-02-26 09:51:32.000000000 +0100
+++ ../kdecvs/kdeaddons/konq-plugins/kuick/kmetamenu.cpp	2003-03-17 18:38:09.000000000 +0100
@@ -71,6 +71,9 @@ KMetaMenu::KMetaMenu( QWidget *parent, c
          m_current = new KDirMenu( parent, url.path(), url.path(), text );
          insertItem( SmallIcon( "folder_blue" ), i18n( "&Current Directory" ),
                  m_current );
+
+         connect(m_current, SIGNAL(fileChosen(const QString &)),
+                 SLOT(slotFileChosen(const QString &) ) );
      }
 
      connect(m_root, SIGNAL(fileChosen(const QString &)), 

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

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

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