recentchooserdefault: Clean up load_id when we have nothing left to do

Returning FALSE from a GSourceFunc will implicitly remove it, so we need
to do this in order to make the new g_source_remove happy.
This commit is contained in:
Jasper St. Pierre 2013-12-04 15:08:25 -05:00
parent f059053614
commit 96d2eeb6ba

View File

@ -762,6 +762,7 @@ load_recent_items (gpointer user_data)
chooser_set_model (impl);
retval = FALSE;
impl->priv->load_id = 0;
}
else
{