summaryrefslogtreecommitdiff
path: root/mate-panel/panel-profile.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-11 17:57:18 +0200
committerStefano Karapetsas <[email protected]>2012-10-11 17:57:18 +0200
commit2f38f0be5c92d7239ccc5f1690174a6440c4dca5 (patch)
tree028e33a03474753aaf434d0e0ccd0f232f6c8ea9 /mate-panel/panel-profile.c
parent0ffeaf53e92e366947ebb5424a5b15c1a8f39a5f (diff)
downloadmate-panel-2f38f0be5c92d7239ccc5f1690174a6440c4dca5.tar.bz2
mate-panel-2f38f0be5c92d7239ccc5f1690174a6440c4dca5.tar.xz
fix some warnings
Diffstat (limited to 'mate-panel/panel-profile.c')
-rw-r--r--mate-panel/panel-profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-profile.c b/mate-panel/panel-profile.c
index 300ce64c..3f9a594f 100644
--- a/mate-panel/panel-profile.c
+++ b/mate-panel/panel-profile.c
@@ -222,7 +222,7 @@ panel_profile_set_background_type (PanelToplevel *toplevel,
PanelBackgroundType
panel_profile_get_background_type (PanelToplevel *toplevel)
{
- PanelBackgroundType background_type;
+ PanelBackgroundType background_type = PANEL_BACK_NONE;
g_settings_get_enum (toplevel->background_settings,
"type");
return background_type;