From 876f39364e2106c8cb96fa4a9067359e5a350583 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 11 Oct 2012 00:01:30 +0200 Subject: migrate mate-panel to gsettings --- mate-panel/launcher.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mate-panel/launcher.h') diff --git a/mate-panel/launcher.h b/mate-panel/launcher.h index 1b2d7b88..28cfd117 100644 --- a/mate-panel/launcher.h +++ b/mate-panel/launcher.h @@ -26,7 +26,7 @@ typedef struct { GKeyFile *key_file; GtkWidget *prop_dialog; - GSList *error_dialogs; + GSList *error_dialogs; gulong destroy_handler; } Launcher; @@ -53,10 +53,10 @@ void launcher_launch (Launcher *launcher, void launcher_properties (Launcher *launcher); -void launcher_load_from_mateconf (PanelWidget *panel_widget, - gboolean locked, - gint position, - const char *id); +void launcher_load_from_gsettings (PanelWidget *panel_widget, + gboolean locked, + gint position, + const char *id); void panel_launcher_delete (Launcher *launcher); -- cgit v1.2.1