Merge lp:~and471/light-themes/desktop-panels-929665 into lp:~ubuntu-art-pkg/light-themes/trunk
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Merge reported by: | Andrea Cimitan | ||||
| Merged at revision: | not available | ||||
| Proposed branch: | lp:~and471/light-themes/desktop-panels-929665 | ||||
| Merge into: | lp:~ubuntu-art-pkg/light-themes/trunk | ||||
| Diff against target: |
139 lines (+28/-14) 4 files modified
Ambiance/gtk-3.0/apps/panel.css (+13/-6) Ambiance/gtk-3.0/gtk.css (+1/-1) Radiance/gtk-3.0/apps/panel.css (+13/-6) Radiance/gtk-3.0/gtk.css (+1/-1) |
||||
| To merge this branch: | bzr merge lp:~and471/light-themes/desktop-panels-929665 | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Andrew (community) | Resubmit on 2012-04-29 | ||
| Andrea Cimitan | 2012-02-09 | Needs Fixing on 2012-04-29 | |
| Adolfo Jayme (community) | Approve on 2012-02-09 | ||
|
Review via email:
|
|||
Description of the Change
| Andrew (and471) wrote : | # |
> Could you update with latest trunk?
yes sure, below is the bzr diff (use this as the patch, don't merge with the branch as it hasn't changed)
=== renamed file 'Ambiance/
--- Ambiance/
+++ Ambiance/
@@ -1,10 +1,11 @@
-/* Fallback Mode Panel */
+/* Fallback Mode GNOME Panel and other Desktop Panels */
PanelWidget :backdrop,
PanelApplet :backdrop,
PanelToplevel :backdrop,
PanelWidget,
PanelApplet,
-PanelToplevel {
+PanelToplevel,
+.desktop-panel {
background
@@ -31,7 +32,9 @@
PanelApplet > GtkMenuBar.menubar,
PanelApplet > GtkMenuBar.
PanelMenuBar.
-PanelMenuBar.
+PanelMenuBar.
+.desktop-panel .menubar,
+.desktop-panel .menubar .menuitem {
-PanelMenu
background
@@ -47,7 +50,8 @@
}
PanelApplet .button:backdrop,
-PanelApplet .button {
+PanelApplet .button,
+.desktop-panel .button {
-GtkButton
background
@@ -70,7 +74,9 @@
PanelApplet .button:
PanelApplet .button:
PanelApplet .button:
-PanelApplet .button:active {
+PanelApplet .button:active,
+.desktop-panel .button:
+.desktop-panel .button:active {
background
@@ -78,7 +84,8 @@
}
PanelApplet .button:
-PanelApplet .button:prelight {
+PanelApplet .button:prelight,
+.desktop-panel .button:prelight {
background
=== modified file 'Ambiance/
--- Ambiance/
+++ Ambiance/
@@ -33,7 +33,7 @@
@import url("gtk-
@import url("gtk-
@import url("apps/
-@import url("apps/
+@import url("apps/
@import url("apps/
@import url("apps/
@import url("apps/
=== renamed file 'Radiance/
--- Radiance/
+++ Radiance/
@@ -1,10 +1,11 @@
-/* Fallback Mode Panel */
+/* Fallback Mode GNOME Panel and other Desktop Panels */
PanelWidget :backdrop,
PanelApplet :ba...
| Andrea Cimitan (cimi) wrote : | # |
push to another branch dude! :-)
| Andrew (and471) wrote : | # |
Okay I have now pushed to lp:~and471/+junk/desktop-panels but I do wonder why you are making it a little difficult and frustrating to contribute...
| Andrea Cimitan (cimi) wrote : | # |
That's for you Andrew! :-)
Because when you work on separate branches you get proper credits!
Look for example here, branches merged and tracked. https:/
| Andrew (and471) wrote : | # |
Oh okay...I guess I was a bit grumpy this morning :) thanks for the merge

Could you update with latest trunk?