From 9c854ea9f00ed60ff825d7909e98807645695e19 Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Tue, 15 Dec 2009 06:06:57 -0800 Subject: [PATCH] Compile fix for the Hildon control panel applet --- config-ui/browser-switchboard-cp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/config-ui/browser-switchboard-cp.c b/config-ui/browser-switchboard-cp.c index 5815d6b..b473d38 100644 --- a/config-ui/browser-switchboard-cp.c +++ b/config-ui/browser-switchboard-cp.c @@ -216,7 +216,6 @@ osso_return_t execute(osso_context_t * osso, if (osso == NULL) return OSSO_ERROR; - data.osso_context = osso; /* enable help system on dialog */ GtkDialog * dialog = GTK_DIALOG(swb_config_dialog()); -- 1.7.9.5