[display] Remove last GConf leftovers

This commit is contained in:
Rodrigo Moya 2010-10-11 11:48:40 +02:00
parent 20ff4db1ba
commit 5ca286593a

View file

@ -33,7 +33,6 @@
#include <gdk/gdkx.h>
#include <X11/Xlib.h>
#include <glib/gi18n.h>
#include <gconf/gconf-client.h>
#include <dbus/dbus-glib.h>
#include <dbus/dbus-glib-bindings.h>
@ -71,7 +70,6 @@ struct App
GtkWidget *area;
gboolean ignore_gui_changes;
GConfClient *client;
/* These are used while we are waiting for the ApplyConfiguration method to be executed over D-bus */
DBusGConnection *connection;
@ -2318,7 +2316,6 @@ static void
destroy_app (App *app)
{
gnome_rr_screen_destroy (app->screen);
g_object_unref (app->client);
g_object_unref (app->builder);
gnome_rr_labeler_hide (app->labeler);
g_object_unref (app->labeler);
@ -2362,8 +2359,6 @@ run_application (void)
return NULL;
}
app->client = gconf_client_get_default ();
app->panel = _gtk_builder_get_widget (builder, "display-panel");
if (!app->panel)