[Player-dev] CN-Client: Player Setup Assistant failed to show Release Note and License.
Daniel Yek dyek at real.comThis is in HEAD now. (It is combined in Cayenne Core Feature Support #1 checkin.) -- Daniel Yek At 06:22 PM 8/14/2006, Bob Clark wrote: >Looks good, Daniel. > >--Bob > > > >>Modified by: >><http://lists.helixcommunity.org/mailman/listinfo/player-dev>dyek at real.com >>Date: 8/8/2006 >>Project: Helix Player >> >>Synopsis: Correcting mistakes in file names for Release Note and License. >> >>Overview: >>A change mistake caused the player on HEAD to be given bogus file names for >>Release Note and License. >> >>Files Modified: >>player/app/gtk/setup.cpp - Corrected bogus file names. >> >> >>Platforms and Profiles Build Verified: >>Profile: helix_client_all_define >>Platform: Fedora Core 5 >> >>Platforms and Profiles Functionality verified: >>Profile: helix_client_all_define >>Platform: Fedora Core 5 >> >>Branch: HEAD >> >>Copyright assignment: I am a RealNetworks employee. >> >> >> >>Index: setup.cpp >>=================================================================== >>RCS file: /cvsroot/player/app/gtk/setup.cpp,v >>retrieving revision 1.25 >>diff -u -w -r1.25 setup.cpp >>--- setup.cpp 17 Aug 2005 02:14:54 -0000 1.25 >>+++ setup.cpp 8 Aug 2006 22:25:36 -0000 >>@@ -391,8 +391,8 @@ >> return NULL; >> } >> >>- populate_textview(sa->notes_textview, "notes_textview"); >>- populate_textview(sa->eula_textview, "eula_textview"); >>+ populate_textview(sa->notes_textview, "README"); >>+ populate_textview(sa->eula_textview, "LICENSE"); >> >> /* Setup the notebook */ >> guint i; >> >> >> >> >> >>-- >>Daniel Yek >> >