~ubuntu-branches/ubuntu/saucy/totem/saucy-proposed

« back to all changes in this revision

Viewing changes to src/totem.c

Tags: upstream-2.27.92
ImportĀ upstreamĀ versionĀ 2.27.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
        }
266
266
 
267
267
        /* Set the logo at the last minute so we won't try to show it before a video */
268
 
        bacon_video_widget_set_logo (totem->bvw, LOGO_PATH);
 
268
        bacon_video_widget_set_logo (totem->bvw, "totem");
269
269
 
270
270
        if (optionstate.fullscreen == FALSE)
271
271
                gdk_window_set_cursor (totem->win->window, NULL);