X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fui.c;h=c8912dbc7bbbb97df28eb1a2a76e6d4ef07a9a8d;hb=1bbcc24cd35fbfc8e87abd7d6e5df7e70b411971;hp=bea64e65e3a611b361f9b3d1f22c07d63f8f3581;hpb=60c5e3509ce7c34d015956a562a98cce45e82ecb;p=omnplay diff --git a/src/ui.c b/src/ui.c index bea64e6..c8912db 100644 --- a/src/ui.c +++ b/src/ui.c @@ -655,7 +655,7 @@ int ui_playlist_item_dialog(omnplay_instance_t* app, playlist_item_t* item) item->player = gtk_combo_box_get_active(GTK_COMBO_BOX(combo)); /* check if all data entered correctly */ - if(item->dur && item->id[0]) + if(item->id[0]) c = 0; }; };