Merge lp:~ted/indicator-applet/an-extra-pixel into lp:indicator-applet/0.4

Proposed by Ted Gould
Status: Merged
Merged at revision: 369
Proposed branch: lp:~ted/indicator-applet/an-extra-pixel
Merge into: lp:indicator-applet/0.4
Diff against target: 21 lines (+2/-2)
1 file modified
src/applet-main.c (+2/-2)
To merge this branch: bzr merge lp:~ted/indicator-applet/an-extra-pixel
Reviewer Review Type Date Requested Status
David Barth Approve
Review via email: mp+33913@code.launchpad.net

Description of the change

Adding an extra pixel.

To post a comment you must log in.
Revision history for this message
David Barth (dbarth) wrote :

The diff is empty

Revision history for this message
Ted Gould (ted) wrote :

Forgot to commit :) Fixed in r369.

369. By Ted Gould

Adding a padding pixel in the box

Revision history for this message
David Barth (dbarth) wrote :

uh, let me think...

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/applet-main.c'
--- src/applet-main.c 2010-08-19 21:32:27 +0000
+++ src/applet-main.c 2010-09-03 18:53:42 +0000
@@ -230,7 +230,7 @@
230 g_object_set_data (G_OBJECT (menuitem), "box", box);230 g_object_set_data (G_OBJECT (menuitem), "box", box);
231231
232 if (entry->image != NULL) {232 if (entry->image != NULL) {
233 gtk_box_pack_start(GTK_BOX(box), GTK_WIDGET(entry->image), FALSE, FALSE, 0);233 gtk_box_pack_start(GTK_BOX(box), GTK_WIDGET(entry->image), FALSE, FALSE, 1);
234 if (gtk_widget_get_visible(GTK_WIDGET(entry->image))) {234 if (gtk_widget_get_visible(GTK_WIDGET(entry->image))) {
235 something_visible = TRUE;235 something_visible = TRUE;
236 }236 }
@@ -257,7 +257,7 @@
257 default:257 default:
258 break;258 break;
259 } 259 }
260 gtk_box_pack_start(GTK_BOX(box), GTK_WIDGET(entry->label), FALSE, FALSE, 0);260 gtk_box_pack_start(GTK_BOX(box), GTK_WIDGET(entry->label), FALSE, FALSE, 1);
261261
262 if (gtk_widget_get_visible(GTK_WIDGET(entry->label))) {262 if (gtk_widget_get_visible(GTK_WIDGET(entry->label))) {
263 something_visible = TRUE;263 something_visible = TRUE;

Subscribers

People subscribed via source and target branches

to status/vote changes: