Removed an unneeded cast.

svn path=/trunk/; revision=30728
This commit is contained in:
Stig Bjørlykke 2009-10-27 09:58:57 +00:00
parent 26658ed017
commit 74ffeef1e8
1 changed files with 1 additions and 1 deletions

View File

@ -1506,7 +1506,7 @@ color_global_cb(GtkWidget *widget _U_, gpointer data)
gtk_file_chooser_select_filename(GTK_FILE_CHOOSER(fs_widget), path);
g_free((gchar *)path);
g_free(path);
}
/* Import color filters */