blob: ec66122a466f4809000e2c8fe427adba46a47ed9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- midori-0.2.9~/katze/katze-throbber.c 2010-10-31 17:20:48.000000000 -0500
+++ midori-0.2.9/katze/katze-throbber.c 2010-12-30 10:35:08.950402793 -0600
@@ -855,6 +855,7 @@
katze_throbber_expose_event (GtkWidget* widget,
GdkEventExpose* event)
{
+ gint ax, ay;
KatzeThrobber* throbber = KATZE_THROBBER (widget);
if (G_UNLIKELY (!throbber->width || !throbber->height))
@@ -867,7 +868,6 @@
if (!throbber->animated && (throbber->static_pixbuf
|| throbber->static_icon_name || throbber->static_stock_id))
{
- gint ax, ay;
cairo_t* cr;
if (G_UNLIKELY (!throbber->static_pixbuf && throbber->static_icon_name))
|