Mercurial > audlegacy
changeset 1308:3e4de397d062 trunk
[svn] - give the labels on the left proper identifiers
author | nenolod |
---|---|
date | Mon, 19 Jun 2006 01:33:30 -0700 |
parents | 63d30ae1db33 |
children | 816ea8bbde1c |
files | ChangeLog audacious/glade/fileinfo_popup.glade |
diffstat | 2 files changed, 16 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Jun 19 01:00:51 2006 -0700 +++ b/ChangeLog Mon Jun 19 01:33:30 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-19 08:00:51 +0000 William Pitcock <nenolod@nenolod.net> + revision [1526] + - reset the album art back to the default icon + + + Changes: Modified: + +4 -0 trunk/audacious/ui_fileinfo.c + + 2006-06-19 06:58:36 +0000 William Pitcock <nenolod@nenolod.net> revision [1524] - not sure what all of that cur_dir stuff was, but I think somebody was smoking crack
--- a/audacious/glade/fileinfo_popup.glade Mon Jun 19 01:00:51 2006 -0700 +++ b/audacious/glade/fileinfo_popup.glade Mon Jun 19 01:33:30 2006 -0700 @@ -61,7 +61,7 @@ <property name="column_spacing">6</property> <child> - <widget class="GtkLabel" id="label1"> + <widget class="GtkLabel" id="d_label_title"> <property name="visible">True</property> <property name="label" translatable="yes"><i>Title</i></property> <property name="use_underline">False</property> @@ -89,7 +89,7 @@ </child> <child> - <widget class="GtkLabel" id="label2"> + <widget class="GtkLabel" id="d_label_artist"> <property name="visible">True</property> <property name="label" translatable="yes"><i>Artist</i></property> <property name="use_underline">False</property> @@ -117,7 +117,7 @@ </child> <child> - <widget class="GtkLabel" id="label3"> + <widget class="GtkLabel" id="d_label_album"> <property name="visible">True</property> <property name="label" translatable="yes"><i>Album</i></property> <property name="use_underline">False</property> @@ -229,7 +229,7 @@ </child> <child> - <widget class="GtkLabel" id="label4"> + <widget class="GtkLabel" id="d_label_genre"> <property name="visible">True</property> <property name="label" translatable="yes"><i>Genre</i></property> <property name="use_underline">False</property> @@ -285,7 +285,7 @@ </child> <child> - <widget class="GtkLabel" id="label6"> + <widget class="GtkLabel" id="d_label_year"> <property name="visible">True</property> <property name="label" translatable="yes"><i>Year</i></property> <property name="use_underline">False</property> @@ -313,7 +313,7 @@ </child> <child> - <widget class="GtkLabel" id="label7"> + <widget class="GtkLabel" id="d_label_track"> <property name="visible">True</property> <property name="label" translatable="yes"><i>Track Number</i></property> <property name="use_underline">False</property> @@ -341,7 +341,7 @@ </child> <child> - <widget class="GtkLabel" id="label8"> + <widget class="GtkLabel" id="d_label_length"> <property name="visible">True</property> <property name="label" translatable="yes"><i>Track Length</i></property> <property name="use_underline">False</property>