diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-13 00:39:24 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:39:24 +0200 |
commit | 78d31b3e0dffe0794c17830293d9448e6190341f (patch) | |
tree | 461484ca844001ca91a37efff1e269704deca9e9 /office/osmo/patch-libgringotts-2.diff | |
parent | 4877b9e2ac2fb57b5b8a3d59112afd76209e333e (diff) |
office/osmo: Updated for version 0.2.8
Diffstat (limited to 'office/osmo/patch-libgringotts-2.diff')
-rw-r--r-- | office/osmo/patch-libgringotts-2.diff | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/office/osmo/patch-libgringotts-2.diff b/office/osmo/patch-libgringotts-2.diff deleted file mode 100644 index a9a4c79462c85..0000000000000 --- a/office/osmo/patch-libgringotts-2.diff +++ /dev/null @@ -1,14 +0,0 @@ - -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; - |