Skip to content

Commit

Permalink
Calling Libnotify twice produced error. This should fix #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Suschlik committed Jul 9, 2010
1 parent 7055124 commit c85d032
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/libnotify.rb
Expand Up @@ -111,8 +111,6 @@ def show!
notify_notification_set_urgency(notify, urgency)
notify_notification_set_timeout(notify, timeout || -1)
notify_notification_show(notify, nil)
ensure
notify_uninit
end

# @todo Simplify timeout=
Expand Down

0 comments on commit c85d032

Please sign in to comment.