[BACK]Return to patch-core_plugin_libnotify_rnotify.rb CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / mikutter / patches

Annotation of pkgsrc/net/mikutter/patches/patch-core_plugin_libnotify_rnotify.rb, Revision 1.1

1.1     ! obache      1: $NetBSD$
        !             2:
        !             3: * fixes module name
        !             4:
        !             5: --- core/plugin/libnotify/rnotify.rb.orig      2013-08-13 23:22:37.000000000 +0000
        !             6: +++ core/plugin/libnotify/rnotify.rb
        !             7: @@ -14,7 +14,7 @@ Plugin::create(:libnotify) do
        !             8:      end
        !             9:
        !            10:      if user
        !            11: -      icon = Gtk::WebImageLoader.local_path(user[:profile_image_url])
        !            12: +      icon = Gdk::WebImageLoader.local_path(user[:profile_image_url])
        !            13:        title = "@#{user[:idname]} (#{user[:name]})"
        !            14:      end
        !            15:

CVSweb <webmaster@jp.NetBSD.org>