diff gui/interface.c @ 35374:8249c2131cd3

Rename uiGotoTheNext uiProcessNextInPlaylist. This is a more descriptive (although very long) name for the variable.
author ib
date Sat, 24 Nov 2012 15:54:22 +0000
parents 80fe9ad7f318
children 02006c5b3b30
line wrap: on
line diff
--- a/gui/interface.c	Fri Nov 23 21:47:31 2012 +0000
+++ b/gui/interface.c	Sat Nov 24 15:54:22 2012 +0000
@@ -765,8 +765,8 @@
 
         uiEventHandling(ivRedraw, 1);
 
-        if (!uiGotoTheNext && guiInfo.Playing) {
-            uiGotoTheNext = 1;
+        if (!uiProcessNextInPlaylist && guiInfo.Playing) {
+            uiProcessNextInPlaylist = 1;
             break;
         }
 
@@ -886,7 +886,7 @@
     }
 
     uiCurr();   // update filename
-    uiGotoTheNext = 1;
+    uiProcessNextInPlaylist = 1;
 
     if (enqueue)
         filename = NULL;            // don't start playing