From 6323f98da868f79e383dc008c166623a629e57ee Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Sep 2006 17:48:57 +0000 Subject: [PATCH] make it build --- gtk/gtkfilechooserbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index f00339f1ef..9c1d045547 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -2337,7 +2337,7 @@ update_label_and_image (GtkFileChooserButton *button) if (priv->update_button_handle) { gtk_file_system_cancel_operation (priv->update_button_handle); - priv->upate_button_handle = NULL; + priv->update_button_handle = NULL; } if (gtk_file_system_path_is_local (priv->fs, path))