~swem/totem/assignment

« back to all changes in this revision

Viewing changes to src/totem.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-25 19:11:33 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225191133-7bonpywglovrzohq
Tags: 2.29.91-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
* debian/patches/99_gst-bus_flush.patch:
  + Patch from upstream GIT to fix automatic codec installation
    and random errors showing up from previous tracks.
* debian/control.in:
  + Add ATK build dependency to allow buildds to actually install
    the correct version instead of producing an error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
         * we have so far */
245
245
        if (optionstate.fullscreen == FALSE) {
246
246
                gtk_widget_show (totem->win);
247
 
                totem_gdk_window_set_waiting_cursor (totem->win->window);
 
247
                totem_gdk_window_set_waiting_cursor (gtk_widget_get_window (totem->win));
248
248
                long_action ();
249
249
        } else {
250
250
                gtk_widget_realize (totem->win);
289
289
        bacon_video_widget_set_logo (totem->bvw, "totem");
290
290
 
291
291
        if (optionstate.fullscreen == FALSE)
292
 
                gdk_window_set_cursor (totem->win->window, NULL);
 
292
                gdk_window_set_cursor (gtk_widget_get_window (totem->win), NULL);
293
293
 
294
294
        if (totem->app != NULL) {
295
295
                g_signal_connect (totem->app, "message-received",