After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 327970 - filename typo
filename typo
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
0.9.x
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-21 13:28 UTC by Sebastien Bacher
Modified: 2006-01-21 23:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-01-21 13:28:11 UTC
There is a typo to Makefile.am with current CVS code:

$ cvs diff -u sources/Makefile.am
Index: sources/Makefile.am
===================================================================
RCS file: /cvs/gnome/rhythmbox/sources/Makefile.am,v
retrieving revision 1.31
diff -u -r1.31 Makefile.am
--- sources/Makefile.am 16 Jan 2006 13:45:46 -0000      1.31
+++ sources/Makefile.am 21 Jan 2006 13:25:35 -0000
@@ -28,7 +28,7 @@
        rb-static-playlist-source.c     \
        rb-static-playlist-source.h     \
        rb-generic-player-source.c      \
-       rb-geberic-player-source.h      \
+       rb-generic-player-source.h      \
        rb-play-queue-source.c          \
        rb-play-queue-source.h
Comment 1 Jonathan Matthew 2006-01-21 23:06:14 UTC
Fixed.  Thanks for noticing.