rhythmbox r6258 - in trunk: . widgets
- From: jmatthew svn gnome org
- To: svn-commits-list gnome org
- Subject: rhythmbox r6258 - in trunk: . widgets
- Date: Sun, 29 Mar 2009 02:25:21 +0000 (UTC)
Author: jmatthew
Date: Sun Mar 29 02:25:21 2009
New Revision: 6258
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6258&view=rev
Log:
2009-03-29 Jonathan Matthew <jonathan d14n org>
* widgets/rb-song-info.c: (rb_song_info_constructor):
Set mnemonic-widget property of the 'rating' label to point to the
rating widget. Fixes #576673.
Modified:
trunk/ChangeLog
trunk/widgets/rb-song-info.c
Modified: trunk/widgets/rb-song-info.c
==============================================================================
--- trunk/widgets/rb-song-info.c (original)
+++ trunk/widgets/rb-song-info.c Sun Mar 29 02:25:21 2009
@@ -541,6 +541,7 @@
G_OBJECT (song_info), 0);
gtk_container_add (GTK_CONTAINER (glade_xml_get_widget (xml, "song_info_rating_container")),
song_info->priv->rating);
+ g_object_set (glade_xml_get_widget (xml, "rating_label"), "mnemonic-widget", song_info->priv->rating, NULL);
/* add relationship between the rating label and the rating widget */
lobj = gtk_widget_get_accessible (glade_xml_get_widget (xml, "rating_label"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]