~swem/totem/assignment

« back to all changes in this revision

Viewing changes to src/plugins/screensaver/totem-screensaver.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-01-27 09:40:18 UTC
  • mfrom: (1.4.2 upstream) (5.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100127094018-q6rzt7va0y8ketwt
Tags: 2.29.4-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
    - Drop tracker plugin, it needs tracker 0.7.
  + debian/totem-mozilla.links:
    - Drop the complex plugin, it doesn't exist anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
totem_screensaver_update_from_state (TotemObject *totem,
107
107
                                     TotemScreensaverPlugin *pi)
108
108
{
109
 
        gboolean lock_screensaver_on_audio, visual_effects, can_get_frames;
 
109
        gboolean lock_screensaver_on_audio, can_get_frames;
110
110
        BaconVideoWidget *bvw;
111
111
        GConfClient *gc;
112
112
 
113
113
        bvw = BACON_VIDEO_WIDGET (totem_get_video_widget ((Totem *)(totem)));
114
114
        gc = gconf_client_get_default ();
115
115
 
116
 
        visual_effects = gconf_client_get_bool (gc,
117
 
                                                GCONF_PREFIX"/show_vfx",
118
 
                                                NULL);
119
116
        lock_screensaver_on_audio = gconf_client_get_bool (gc, 
120
117
                                                           GCONF_PREFIX"/lock_screensaver_on_audio",
121
118
                                                           NULL);