[gummi] 01/03: added add-missing-chooser-title.patch
daniel at danielstender.com
daniel at danielstender.com
Mon Dec 28 18:04:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository gummi.
commit 555735ac58d00eb5cd4faa9572f40603e80a8b9b
Author: Daniel Stender <debian at danielstender.com>
Date: Mon Dec 28 17:56:32 2015 +0100
added add-missing-chooser-title.patch
---
debian/changelog | 6 ++++++
debian/patches/add-missing-chooser-title.patch | 19 +++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 26 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e6383ef..53c3f3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gummi (0.6.5-7) UNRELEASED; urgency=medium
+
+ * Added add-missing-chooser-title.patch (Closes: #785605).
+
+ -- Daniel Stender <debian at danielstender.com> Mon, 28 Dec 2015 17:47:32 +0100
+
gummi (0.6.5-6) unstable; urgency=medium
* Added no-predictable-tmpfiles.patch, fix of CVE-2015-7758 (Closes: #756432).
diff --git a/debian/patches/add-missing-chooser-title.patch b/debian/patches/add-missing-chooser-title.patch
new file mode 100644
index 0000000..8cac8c5
--- /dev/null
+++ b/debian/patches/add-missing-chooser-title.patch
@@ -0,0 +1,19 @@
+Description: add missing chooser title, fixes "clicking 'project -> open project'
+ results in segfault" problem.
+Author: Daniel Stender <debian at danielstender.com>
+Origin: https://github.com/alexandervdm/gummi/commit/e66d9eb
+Bug: https://bugs.debian.org/785605
+Last-Update: 2015-12-28
+
+--- a/src/gui/gui-main.c
++++ b/src/gui/gui-main.c
+@@ -776,7 +776,8 @@
+ "shouldn't happen",
+ "shouldn't happen",
+ _("Select an image to insert"),
+- _("Select bibliography file")
++ _("Select bibliography file"),
++ _("Select project file")
+ };
+
+ chooser = GTK_FILE_CHOOSER (gtk_file_chooser_dialog_new (
diff --git a/debian/patches/series b/debian/patches/series
index 43d7c9e..75f1e74 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+add-missing-chooser-title.patch
gummi.desktop.patch
automake-subdirs.patch
libgthread-2.0_link.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gummi.git
More information about the debian-science-commits
mailing list