Changeset 1727

Show
Ignore:
Timestamp:
23/08/10 10:14:01 (3 years ago)
Author:
matthijs
Message:

uploadd: Call finish_event with service "flickr" instead of "youtube".

This affects the twitter notifications: Before, the "youtube" notification
toggle would affect both flickr and youtube tweets, while the "flickr" toggle
would do nothing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/luci/libs/uploadd/luasrc/fon/uploadd.lua

    r1406 r1727  
    9292                local r = f.flickr_uploader() 
    9393                count = count + r 
    94                 finish_event(r, "youtube", i18n.translate("flickr_finished", "Uploaded new files to Flickr")) 
     94                finish_event(r, "flickr", i18n.translate("flickr_finished", "Uploaded new files to Flickr")) 
    9595                clear_state() 
    9696        end