diff gui/ui/actions.h @ 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 f2c03009068d
children 3a9048421524
line wrap: on
line diff
--- a/gui/ui/actions.h	Fri Nov 23 21:47:31 2012 +0000
+++ b/gui/ui/actions.h	Sat Nov 24 15:54:22 2012 +0000
@@ -23,7 +23,7 @@
 
 #define SAME_STREAMTYPE (STREAMTYPE_DUMMY - 1)
 
-extern int uiGotoTheNext;
+extern int uiProcessNextInPlaylist;
 
 void uiAbsSeek(float sec);
 void uiChangeSkin(char *name);