~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to libslab/system-tile.c

Tags: upstream-2.27.5
ImportĀ upstreamĀ versionĀ 2.27.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
#include "system-tile.h"
 
22
#include "config.h"
22
23
 
23
24
#include <string.h>
24
 
#include <glib/gi18n.h>
25
 
#include <glib.h>
 
25
#include <glib/gi18n-lib.h>
26
26
#include <gconf/gconf-client.h>
27
 
#include <libgnomeui/gnome-client.h>
28
27
 
29
28
#include "bookmark-agent.h"
30
29
#include "slab-gnome-util.h"