totem r5338 - in branches/gnome-2-22: . src



Author: hadess
Date: Mon Apr  7 09:47:18 2008
New Revision: 5338
URL: http://svn.gnome.org/viewvc/totem?rev=5338&view=rev

Log:
2008-04-07  Bastien Nocera  <hadess hadess net>

	* src/totem.c (totem_action_load_media_device):
	Fix break-statement follow-through crasher when
	trying to load audio CDs, spotted by Stephen Moehle
	<stephen moehle gmail com> (Closes: #526563)



Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/src/totem.c

Modified: branches/gnome-2-22/src/totem.c
==============================================================================
--- branches/gnome-2-22/src/totem.c	(original)
+++ branches/gnome-2-22/src/totem.c	Mon Apr  7 09:47:18 2008
@@ -569,6 +569,7 @@
 					    _("Please consider using a music player or a CD extractor to play this CD"),
 					    totem);
 			retval = FALSE;
+			break;
 		default:
 			g_assert_not_reached ();
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]