[gnome-bluetooth] Don't enforce MeeGo theme
- From: Ross Burton <rburton src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Don't enforce MeeGo theme
- Date: Thu, 15 Apr 2010 15:42:01 +0000 (UTC)
commit e1eda3c2c25e1df65210091113eaeab03ab2fd8d
Author: Ross Burton <ross linux intel com>
Date: Thu Apr 1 23:02:13 2010 +0100
Don't enforce MeeGo theme
moblin/main.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/moblin/main.c b/moblin/main.c
index 324fc2b..64edd30 100644
--- a/moblin/main.c
+++ b/moblin/main.c
@@ -87,7 +87,6 @@ main (int argc, char *argv[])
GtkWidget *window, *content;
GtkRequisition req;
gboolean standalone = FALSE;
- GtkSettings *settings;
GError *error = NULL;
GOptionEntry entries[] = {
{ "standalone", 's', 0, G_OPTION_ARG_NONE, &standalone,
@@ -111,11 +110,6 @@ main (int argc, char *argv[])
gtk_window_set_default_icon_name ("bluetooth");
- /* Force to correct theme */
- settings = gtk_settings_get_default ();
- gtk_settings_set_string_property (settings, "gtk-theme-name",
- "Moblin-Netbook", NULL);
-
if (standalone) {
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
g_signal_connect (window, "delete-event", (GCallback) gtk_main_quit,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]