Merge lp:~seb128/notify-osd/remove-debug-leftover into lp:notify-osd

Proposed by Sebastien Bacher
Status: Merged
Approved by: Lars Karlitski
Approved revision: 491
Merged at revision: 491
Proposed branch: lp:~seb128/notify-osd/remove-debug-leftover
Merge into: lp:notify-osd
Diff against target: 16 lines (+2/-3)
1 file modified
src/bubble.c (+2/-3)
To merge this branch: bzr merge lp:~seb128/notify-osd/remove-debug-leftover
Reviewer Review Type Date Requested Status
Lars Karlitski (community) Approve
Review via email: mp+272005@code.launchpad.net

Commit message

Remove leftover debug statement and fix identation issue

Description of the change

Remove leftover debug statement and fix identation issue

To post a comment you must log in.
Revision history for this message
Lars Karlitski (larsu) wrote :

Clearly correct. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/bubble.c'
2--- src/bubble.c 2015-09-02 14:32:39 +0000
3+++ src/bubble.c 2015-09-22 16:02:52 +0000
4@@ -3441,10 +3441,9 @@
5 GdkPixbuf *pixbuf;
6 pixbuf = gdk_pixbuf_scale_simple (
7 priv->icon_pixbuf,
8- EM2PIXELS (defaults_get_icon_size (d), d),
9- EM2PIXELS (defaults_get_icon_size (d), d),
10+ EM2PIXELS (defaults_get_icon_size (d), d),
11+ EM2PIXELS (defaults_get_icon_size (d), d),
12 GDK_INTERP_BILINEAR);
13- g_message ("resizing pixbuf to %d", EM2PIXELS (defaults_get_icon_size (d), d) );
14 g_object_unref (priv->icon_pixbuf);
15 priv->icon_pixbuf = pixbuf;
16 }

Subscribers

People subscribed via source and target branches