Merge lp:~bratsche/xsplash/throbber-location into lp:xsplash

Proposed by Cody Russell
Status: Merged
Merged at revision: not available
Proposed branch: lp:~bratsche/xsplash/throbber-location
Merge into: lp:xsplash
Diff against target: 12 lines
1 file modified
src/xsplash.c (+1/-1)
To merge this branch: bzr merge lp:~bratsche/xsplash/throbber-location
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+12468@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Neil J. Patel (njpatel) wrote :

Looks good. Approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/xsplash.c'
2--- src/xsplash.c 2009-09-17 03:23:42 +0000
3+++ src/xsplash.c 2009-09-26 19:30:24 +0000
4@@ -573,7 +573,7 @@
5
6 gtk_fixed_put (GTK_FIXED (fixed), priv->throbber,
7 gdk_screen_get_width (priv->screen) / 2 - gdk_pixbuf_get_width (priv->throbber_pixbuf) / 2,
8- gdk_screen_get_height (priv->screen) / 3 + gdk_pixbuf_get_height (logo) + gdk_pixbuf_get_height (priv->throbber_pixbuf) / ((throbber_frames - 1) * 2));
9+ gdk_screen_get_height (priv->screen) / 3 + gdk_pixbuf_get_height (logo) / 2 + gdk_pixbuf_get_height (priv->throbber_pixbuf) / ((throbber_frames - 1) * 2));
10 start_throbber (server);
11 }
12 else

Subscribers

People subscribed via source and target branches