~ubuntu-branches/ubuntu/utopic/unity-control-center/utopic

« back to all changes in this revision

Viewing changes to panels/screen/cc-screen-panel.c

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Robert Ancell
  • Date: 2014-02-19 10:42:13 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140219104213-g0y3cims254a0kb4
Tags: 14.04.3+14.04.20140219-0ubuntu1
[ Robert Ancell ]
* Fix various compile warnings.
* Stop using deprecated GtkStock.
* Stop using deprecated GdkColor.
* Use appropriate GSettings API for checking existence of schemas.
* Backport Wacom panel from GNOME Control Center 3.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *
20
20
 */
21
21
 
 
22
#include <string.h>
 
23
 
22
24
#include "cc-screen-panel.h"
23
25
 
24
26
CC_PANEL_REGISTER (CcScreenPanel, cc_screen_panel)