mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
It is abandonded upstream for years and is Python-2.7-only. Adjust consumers, some only need a rebuild, others have their documentation formerly created by gnome-doc-utils / xml2po removed. Remove gnomedocutils from USE_GNOME Submitted by: rene Approved by: portmgr (mat), gnome (kwm) Differential Revision: https://reviews.freebsd.org/D23381
10 lines
297 B
C++
10 lines
297 B
C++
--- libs/gcr/document.cc.orig 2016-11-23 13:05:34 UTC
|
|
+++ libs/gcr/document.cc
|
|
@@ -1794,7 +1794,6 @@ void Document::Save() const
|
|
if (error) {
|
|
g_message ("GIO error: %s", error->message);
|
|
g_error_free (error);
|
|
- g_object_unref (file);
|
|
throw (int) 1;
|
|
}
|
|
buf->context = output;
|