From baf31a17961a5091b0e17c3532f533527ba920d9 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 4 Dec 2006 22:36:23 +0000 Subject: Fix typo --- lib/widgets/ephy-spinner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c index f1c17b763..a05fe4d92 100644 --- a/lib/widgets/ephy-spinner.c +++ b/lib/widgets/ephy-spinner.c @@ -82,7 +82,7 @@ typedef struct #define LAST_ICON_SIZE GTK_ICON_SIZE_DIALOG + 1 #define SPINNER_ICON_NAME "process-working" -#define SPINNER_FALLBAC_ICON_NAME "gnome-spinner" +#define SPINNER_FALLBACK_ICON_NAME "gnome-spinner" #define EPHY_SPINNER_IMAGES_INVALID ((EphySpinnerImages *) 0x1) typedef struct @@ -256,7 +256,7 @@ ephy_spinner_images_load (GdkScreen *screen, /* If the icon naming spec compliant name wasn't found, try the old name */ icon_info = gtk_icon_theme_lookup_icon (icon_theme, - SPINNER_FALLBAC_ICON_NAME, + SPINNER_FALLBACK_ICON_NAME, requested_size, 0); if (icon_info == NULL) { -- cgit