Fix some warnings

This commit is contained in:
Martin Nordholts 2011-07-05 17:39:41 +02:00
parent b8740d285d
commit 1c0115ec95
2 changed files with 2 additions and 2 deletions

View file

@ -286,7 +286,7 @@ file_save_cmd_callback (GtkAction *action,
case GIMP_SAVE_MODE_EXPORT_TO:
case GIMP_SAVE_MODE_OVERWRITE:
{
const gchar *uri;
const gchar *uri = NULL;
GimpPlugInProcedure *export_proc;
if (save_mode == GIMP_SAVE_MODE_EXPORT_TO)

View file

@ -146,4 +146,4 @@ pygimp_item_new(gint32 ID)
return NULL;
return self;
}
}