Add missing return values for module update functions, thanks jeffdameth :)

SVN revision: 30842
This commit is contained in:
Christopher Michael 2007-07-16 03:52:00 +00:00
parent f069d129e5
commit 99c32d45d0
2 changed files with 2 additions and 0 deletions

View File

@ -610,4 +610,5 @@ _cb_mod_update(void *data, int type, void *event)
_fill_all(cfdata);
_fill_loaded(cfdata);
return 1;
}

View File

@ -287,4 +287,5 @@ _cb_mod_update(void *data, int type, void *event)
_load_available_gadgets(cfdata);
_load_selected_gadgets(cfdata);
return 1;
}