Author: sdelcroix
Date: Sun Feb 10 10:14:38 2008
New Revision: 3655
URL: http://svn.gnome.org/viewvc/f-spot?rev=3655&view=rev

Log:
bugfixing the rating thing

Modified:
   trunk/src/Widgets/RatingMenuItem.cs

Modified: trunk/src/Widgets/RatingMenuItem.cs
==============================================================================
--- trunk/src/Widgets/RatingMenuItem.cs (original)
+++ trunk/src/Widgets/RatingMenuItem.cs Sun Feb 10 10:14:38 2008
@@ -48,7 +48,7 @@
                                        GLib.Markup.EscapeText 
(Catalog.GetString ("Rating:")));
                        box.PackStart (label, false, false, 0);
 
-                       entry = new Rating (0, true);
+                       entry = new Rating (-1, true);
                        entry.Changed += OnEntryChanged;
                        box.PackStart (entry, false, false, 0);
 
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to