← Back to team overview

cairo-dock-team team mailing list archive

[Merge] lp:~helene-verhaeghe27/cairo-dock-core/bugfix into lp:cairo-dock-core

 

Helene Verhaeghe has proposed merging lp:~helene-verhaeghe27/cairo-dock-core/bugfix into lp:cairo-dock-core.

Requested reviews:
  Cairo-Dock Devs (cairo-dock-team)

For more details, see:
https://code.launchpad.net/~helene-verhaeghe27/cairo-dock-core/bugfix/+merge/238061


-- 
https://code.launchpad.net/~helene-verhaeghe27/cairo-dock-core/bugfix/+merge/238061
Your team Cairo-Dock Devs is requested to review the proposed merge of lp:~helene-verhaeghe27/cairo-dock-core/bugfix into lp:cairo-dock-core.
=== modified file 'src/gldit/cairo-dock-themes-manager.c'
--- src/gldit/cairo-dock-themes-manager.c	2014-08-17 23:10:09 +0000
+++ src/gldit/cairo-dock-themes-manager.c	2014-10-11 20:56:48 +0000
@@ -530,9 +530,7 @@
 	//\___________________ We load launcher if needed after having removed old ones.
 	if (! g_file_test (g_cCurrentLaunchersPath, G_FILE_TEST_EXISTS))
 	{
-		gchar *command = g_strdup_printf ("mkdir -p \"%s\"", g_cCurrentLaunchersPath);
 		_launch_cmd (sCommand->str);
-		g_free (command);
 	}
 	if (g_pMainDock == NULL || bLoadLaunchers)
 	{