~timo-jyrinki/ubuntu/utopic/rhythmbox/enable_grilo_rhythmbox

« back to all changes in this revision

Viewing changes to plugins/audioscrobbler/rb-audioscrobbler-plugin.c

Tags: upstream-0.11.1
ImportĀ upstreamĀ versionĀ 0.11.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
 
151
151
        plugin->lastfm_source = rb_lastfm_source_new (shell);
152
152
    
153
 
    icon_filename = rb_plugin_find_file (bplugin, "as-icon.svg");
 
153
    icon_filename = rb_plugin_find_file (bplugin, "as-icon.png");
154
154
    gtk_icon_size_lookup (GTK_ICON_SIZE_LARGE_TOOLBAR, &icon_size, NULL);
155
155
    icon_pixbuf = gdk_pixbuf_new_from_file_at_size (icon_filename,
156
156
                                                    icon_size, icon_size,