From 0c4a6c2a6d9d1b23041fef3d6087e31c66f79e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Mas=C5=82owski?= Date: Wed, 21 Mar 2012 16:59:47 +0100 Subject: Update kdelibs-libre. --- libre/kdelibs-libre/fix-knotify-filepath.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 libre/kdelibs-libre/fix-knotify-filepath.patch (limited to 'libre/kdelibs-libre/fix-knotify-filepath.patch') diff --git a/libre/kdelibs-libre/fix-knotify-filepath.patch b/libre/kdelibs-libre/fix-knotify-filepath.patch deleted file mode 100644 index 2cd995e97..000000000 --- a/libre/kdelibs-libre/fix-knotify-filepath.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/knotify/config/knotifyconfigactionswidget.cpp b/knotify/config/knotifyconfigactionswidget.cpp -index 88d18b6..0e76658 100644 ---- a/knotify/config/knotifyconfigactionswidget.cpp -+++ b/knotify/config/knotifyconfigactionswidget.cpp -@@ -128,7 +128,7 @@ void KNotifyConfigActionsWidget::slotPlay( ) - KUrl soundURL = m_ui.Sound_select->url(); - if ( soundURL.isRelative() ) - { -- QString soundString = soundURL.toLocalFile(); -+ QString soundString = m_ui.Sound_select->text(); - // we need a way to get the application name in order to ba able to do this : - /*QString search = QString("%1/sounds/%2").arg(config->appname).arg(soundFile); - search = KGlobal::mainComponent().dirs()->findResource("data", search); -- cgit v1.2.3-2-g168b