summaryrefslogtreecommitdiff
path: root/office/osmo/patch-libgringotts-2.diff
diff options
context:
space:
mode:
authorFrank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-12 17:44:50 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-12 17:44:50 +0200
commit4848a71f949b1843ee22bd794172e0e67adec738 (patch)
tree5b0202d6abd13a3701758473de29b8404a1111c4 /office/osmo/patch-libgringotts-2.diff
parenta56b3b25d35e9baccdf3fda7537687941caaec10 (diff)
downloadslackbuilds-4848a71f949b1843ee22bd794172e0e67adec738.tar.gz
office/osmo: Updated for version 0.2.6
Diffstat (limited to 'office/osmo/patch-libgringotts-2.diff')
-rw-r--r--office/osmo/patch-libgringotts-2.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/office/osmo/patch-libgringotts-2.diff b/office/osmo/patch-libgringotts-2.diff
new file mode 100644
index 0000000000..a9a4c79462
--- /dev/null
+++ b/office/osmo/patch-libgringotts-2.diff
@@ -0,0 +1,14 @@
+
+Index: notes_items.c
+===================================================================
+--- notes_items.c (revision 692)
++++ notes_items.c (working copy)
+@@ -1038,7 +1037,7 @@ gchar *current_filename;
+ if (check_if_encrypted (current_filename, appGUI) == TRUE) {
+
+ g_snprintf (tmpbuf, BUFFER_SIZE, "%s\n\n(%s)", _("Cannot open the note."), _("encryption support is disabled"));
+- gui_create_dialog (GTK_MESSAGE_ERROR, tmpbuf, GTK_WINDOW(appGUI->main_window));
++ utl_gui_create_dialog (GTK_MESSAGE_ERROR, tmpbuf, GTK_WINDOW(appGUI->main_window));
+ g_free (current_filename);
+ return;
+