Merge lp://staging/~jassmith/desktop-switcher/dust-fix into lp://staging/desktop-switcher

Proposed by Jason Smith
Status: Merged
Merged at revision: not available
Proposed branch: lp://staging/~jassmith/desktop-switcher/dust-fix
Merge into: lp://staging/desktop-switcher
Diff against target: 12 lines
1 file modified
src/main.c (+1/-1)
To merge this branch: bzr merge lp://staging/~jassmith/desktop-switcher/dust-fix
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+12324@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
Jason Smith (jassmith) wrote :

Includes an incredibly lame fix to select Dust of Human-Murrine-Netbook. I chose this route over resetting gconf defaults because that method, upon testing, has resulted in setting the wrong theme on a box that was originally a desktop install. I think the proper solution is as mentioned in the related bug report different sessions, and for now we should use this solution.

Jason

Revision history for this message
Jason Smith (jassmith) wrote :

that should read "Dust instead of Human-Murrine-Netbook"

Revision history for this message
Neil J. Patel (njpatel) wrote :

Approved. I'll merge and release a new d-s.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/main.c'
2--- src/main.c 2009-09-01 10:00:21 +0000
3+++ src/main.c 2009-09-24 04:15:19 +0000
4@@ -376,7 +376,7 @@
5
6 /* Set the theme */
7 error = NULL;
8- gconf_client_set_string (client, THEME, "Human-Murrine-Netbook", &error);
9+ gconf_client_set_string (client, THEME, "Dust", &error);
10 if (error)
11 {
12 g_warning ("Can't change the theme: %s",

Subscribers

People subscribed via source and target branches

to all changes: