[torium] - rebuilt and patched for new libnotify version

leigh123linux leigh123linux at fedoraproject.org
Sat Nov 6 09:58:28 UTC 2010


commit c567ada6a4fa6af9034e85cd4bbc720e86904032
Author: leigh scott <leigh123linux at googlemail.com>
Date:   Sat Nov 6 09:58:22 2010 +0000

    - rebuilt and patched for new libnotify version

 libnotify-070-fix.diff |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libnotify-070-fix.diff b/libnotify-070-fix.diff
index 7151eed..5a2e562 100644
--- a/libnotify-070-fix.diff
+++ b/libnotify-070-fix.diff
@@ -1,6 +1,6 @@
 --- torium-0.4.2/src/treeview.cc.orig	2009-04-18 18:50:26.000000000 +0100
 +++ torium-0.4.2/src/treeview.cc	2010-11-06 09:42:18.020601786 +0000
-@@ -278,7 +278,10 @@ TreeView::handle_completed(torrent_handl
+@@ -278,7 +278,11 @@ TreeView::handle_completed(torrent_handl
                  /** 
                   * Send a notification to the user
                   **/
@@ -8,7 +8,8 @@
 +                NotifyNotification *n = notify_notification_new("Torrent Complete", nm, "Torium"
 +#if !defined(NOTIFY_VERSION_MINOR) || (NOTIFY_VERSION_MAJOR == 0 && NOTIFY_VERSION_MINOR < 7)
 +                                            , 0
-+#endif 
++#endif
++                                            );
                  notify_notification_add_action(n, "folder", "Open download folder", 
                                                  NOTIFY_ACTION_CALLBACK(notify_open_folder), 
                                                  (void*)h->save_path().string().c_str(), 0);


More information about the scm-commits mailing list