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 386279 - bug in totem-playlist.c
bug in totem-playlist.c
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-12-15 18:43 UTC by Christian Persch
Modified: 2006-12-15 23:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (559 bytes, patch)
2006-12-15 18:45 UTC, Christian Persch
accepted-commit_now Details | Review

Description Christian Persch 2006-12-15 18:43:58 UTC
../../src/totem-playlist.c: In function ‘totem_playlist_clear’:
../../src/totem-playlist.c:1666: warning: ‘return’ with no value, in function returning non-void
Comment 1 Christian Persch 2006-12-15 18:45:31 UTC
Created attachment 78442 [details] [review]
patch
Comment 2 Christian Persch 2006-12-15 23:11:15 UTC
        * src/totem-playlist.c: (set_playing_icon), (init_columns),
        (totem_playlist_finalize), (totem_playlist_clear),
        (totem_playlist_class_init): Just use a named icon in the cell
        renderer, and fix a missing return value. Bug #386279 and bug #386283.