Build fix (added proper casting)
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 13 Jan 2009 11:34:57 +0000 (11:34 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 13 Jan 2009 11:34:57 +0000 (11:34 +0000)
pmo-trunk-r7115

src/hildon2/modest-msg-edit-window.c

index c9ce780..a2a1679 100644 (file)
@@ -2266,7 +2266,7 @@ on_attach_file_response (GtkDialog *dialog,
        g_slist_foreach (uris, (GFunc) g_free, NULL);
        g_slist_free (uris);
 
-       gtk_widget_destroy (dialog);
+       gtk_widget_destroy (GTK_WIDGET (dialog));
 }
 
 void