app: set the idle_id to 0 in gimp_image_profile_view_query()

fixes warnings from dispose() about removing a source that doesn't
exist.
This commit is contained in:
Michael Natterer 2014-03-10 01:24:11 +01:00
parent 66298ba869
commit 4267ea5d12
1 changed files with 2 additions and 0 deletions

View File

@ -185,6 +185,8 @@ gimp_image_profile_view_query (GimpImageProfileView *view)
g_free (desc);
g_free (info);
view->idle_id = 0;
return FALSE;
}