~bratsche/xsplash/automake-1.11

« back to all changes in this revision

Viewing changes to src/xsplash.c

  • Committer: Cody Russell
  • Date: 2009-09-27 15:48:11 UTC
  • mfrom: (71.1.1 throbber-location)
  • Revision ID: crussell@canonical.com-20090927154811-esp5wj8v1dm8zzq3
Merge lp:~bratsche/xsplash/throbber-location to fix #435114

Show diffs side-by-side

added added

removed removed

Lines of Context:
573
573
 
574
574
          gtk_fixed_put (GTK_FIXED (fixed), priv->throbber,
575
575
                         gdk_screen_get_width (priv->screen) / 2 - gdk_pixbuf_get_width (priv->throbber_pixbuf) / 2,
576
 
                         gdk_screen_get_height (priv->screen) / 3 + gdk_pixbuf_get_height (logo) + gdk_pixbuf_get_height (priv->throbber_pixbuf) / ((throbber_frames - 1) * 2));
 
576
                         gdk_screen_get_height (priv->screen) / 3 + gdk_pixbuf_get_height (logo) / 2 + gdk_pixbuf_get_height (priv->throbber_pixbuf) / ((throbber_frames - 1) * 2));
577
577
          start_throbber (server);
578
578
        }
579
579
      else