diff options
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-attachment-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-attachment-store.c b/e-util/e-attachment-store.c index a608c06f74..55bc795095 100644 --- a/e-util/e-attachment-store.c +++ b/e-util/e-attachment-store.c @@ -418,7 +418,7 @@ e_attachment_store_get_total_size (EAttachmentStore *store) static void update_preview_cb (GtkFileChooser *file_chooser, - gpointer data) + gpointer data) { GtkWidget *preview; gchar *filename = NULL; |