~noskcaj/ubuntu/trusty/parole/0.6.0

« back to all changes in this revision

Viewing changes to src/parole-conf-dialog.c

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez, Jackson Doak, Yves-Alexis Perez
  • Date: 2013-12-05 21:58:41 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131205215841-zw5ugfte1bu86xsx
Tags: 0.5.4-1
[ Jackson Doak ]
* New upstream release
* Replace autotools-dev with autoreconf
* debian/rules: --disable-silent-rules
* Update manpage

[ Yves-Alexis Perez ]
* debian/rules:
  - drop xdt-autogen and autoreconf calls.
* debian/control:
  - drop build-dep on dh-autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * * Copyright (C) 2009-2011 Ali <aliov@xfce.org>
 
3
 * * Copyright (C) 2012-2013 Sean Davis <smd.seandavis@gmail.com>
 
4
 * * Copyright (C) 2012-2013 Simon Steinbeiß <ochosi@xfce.org
3
5
 *
4
6
 * Licensed under the GNU General Public License Version 2
5
7
 *
407
409
                  NULL);
408
410
                  
409
411
    gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), option);
 
412
    
 
413
     /**
 
414
     * Remember playlist
 
415
     **/
 
416
    widget = GTK_WIDGET (gtk_builder_get_object (builder, "remember-playlist"));
 
417
    
 
418
    g_object_get (G_OBJECT (self->priv->conf),
 
419
                  "remember-playlist", &option,
 
420
                  NULL);
 
421
          
 
422
    gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), option);
410
423
}
411
424
 
412
425
/* Load the multimedia-button default settings */