brasero r1184 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r1184 - in trunk: . src
- Date: Wed, 27 Aug 2008 10:12:22 +0000 (UTC)
Author: philippr
Date: Wed Aug 27 10:12:22 2008
New Revision: 1184
URL: http://svn.gnome.org/viewvc/brasero?rev=1184&view=rev
Log:
Removed unneeded GConf connection
* src/main.c (main):
Modified:
trunk/ChangeLog
trunk/src/main.c
Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c (original)
+++ trunk/src/main.c Wed Aug 27 10:12:22 2008
@@ -47,8 +47,6 @@
#endif
-#include <gconf/gconf-client.h>
-
#include "brasero-app.h"
#include "brasero-menu.h"
#include "brasero-jacket-edit.h"
@@ -65,7 +63,6 @@
#include "burn-caps.h"
#include "burn-plugin-manager.h"
-static GConfClient *client;
gchar *project_uri;
gchar *playlist_uri;
gchar *iso_uri;
@@ -846,8 +843,6 @@
brasero_burn_set_debug (debug);
brasero_burn_library_init ();
- client = gconf_client_get_default ();
-
brasero_enable_multi_DND ();
brasero_utils_init ();
@@ -875,8 +870,5 @@
g_free (app);
gst_deinit ();
- g_object_unref (client);
- client = NULL;
-
return 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]