Merge lp:~ochosi/ubiquity/xubuntu-panel-bg into lp:ubiquity

Proposed by Simon Steinbeiß on 2015-01-20
Status: Merged
Approved by: Mathieu Trudel-Lapierre on 2015-02-04
Approved revision: 6244
Merged at revision: 6263
Proposed branch: lp:~ochosi/ubiquity/xubuntu-panel-bg
Merge into: lp:ubiquity
Diff against target: 13 lines (+3/-0)
1 file modified
src/panel/panel.c (+3/-0)
To merge this branch: bzr merge lp:~ochosi/ubiquity/xubuntu-panel-bg
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre 2015-01-20 Approve on 2015-02-04
Review via email: mp+247001@code.launchpad.net

Description of the Change

This patch adds support – in line with Lubuntu – for Xubuntu's panel background, which fits the theme better than the ubiquity default.

To post a comment you must log in.
Mathieu Trudel-Lapierre (cyphermox) wrote :

Looks fine, I will merge shortly.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/panel/panel.c'
2--- src/panel/panel.c 2013-09-25 11:32:24 +0000
3+++ src/panel/panel.c 2015-01-20 12:48:37 +0000
4@@ -287,6 +287,9 @@
5 pixbuf = gdk_pixbuf_new_from_file("/usr/share/lxpanel/images/lubuntu-background.png", NULL);
6 }
7 if (!pixbuf) {
8+ pixbuf = gdk_pixbuf_new_from_file("/usr/share/themes/Greybird/ubiquity-panel-bg.png", NULL);
9+ }
10+ if (!pixbuf) {
11 pixbuf = gdk_pixbuf_new_from_file("/usr/share/ubiquity/pixmaps/panel.png", NULL);
12 }
13 if (pixbuf) {

Subscribers

People subscribed via source and target branches

to status/vote changes: