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 376736 - fix for failing stream
fix for failing stream
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks:
 
 
Reported: 2006-11-18 18:13 UTC by Christian Persch
Modified: 2006-11-19 12:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.28 KB, patch)
2006-11-18 18:13 UTC, Christian Persch
accepted-commit_now Details | Review

Description Christian Persch 2006-11-18 18:13:13 UTC
When getting the stream fails, we should clear mExpectingStream. To do so, we must use GetURLNotify instead of GetURL.
Comment 1 Christian Persch 2006-11-18 18:13:36 UTC
Created attachment 76812 [details] [review]
patch

(Also fixes the uninstalled viewer path.)
Comment 2 Bastien Nocera 2006-11-19 01:53:21 UTC
Looks good, please commit.
Comment 3 Christian Persch 2006-11-19 12:54:49 UTC
        * brower-plugin/totemPlugin.cpp:
        Use GetURLNotify, bug #376736.
        Fix uninstalled plugin viewer binary name.