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 352662 - Opening non-existing remote file from command line should report an error
Opening non-existing remote file from command line should report an error
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-24 11:37 UTC by Paolo Maggi
Modified: 2006-08-24 13:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch v.1 (2.64 KB, patch)
2006-08-24 11:43 UTC, Paolo Maggi
none Details | Review

Description Paolo Maggi 2006-08-24 11:37:37 UTC
Opening non-existing remote file from command line should report an error.
Comment 1 Paolo Maggi 2006-08-24 11:43:38 UTC
Created attachment 71524 [details] [review]
Patch v.1
Comment 2 jessevdk@gmail.com 2006-08-24 12:11:07 UTC
Patch looks okay, there is a small typo:

-	gchar *canonical_uri = NULL;
+	gchar *canonical_uri;;

The extra ; isn't needed.
Comment 3 Paolo Maggi 2006-08-24 13:24:56 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.