wok diff osmo/stuff/notes_items.patch @ rev 3278

Up: osmo (0.2.6) with patch sent to upstream
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 02 13:35:30 2009 +0200 (2009-06-02)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/osmo/stuff/notes_items.patch	Tue Jun 02 13:35:30 2009 +0200
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- src/notes_items.c	Fri Mar  6 20:03:53 2009
     1.5 ++++ src/notes_items.c	Tue Jun  2 12:25:47 2009
     1.6 +@@ -1038,7 +1038,7 @@
     1.7 + 		if (check_if_encrypted (current_filename, appGUI) == TRUE) {
     1.8 + 
     1.9 + 			g_snprintf (tmpbuf, BUFFER_SIZE, "%s\n\n(%s)", _("Cannot open the note."), _("encryption support is disabled"));
    1.10 +-			gui_create_dialog (GTK_MESSAGE_ERROR, tmpbuf, GTK_WINDOW(appGUI->main_window));
    1.11 ++			utl_gui_create_dialog (GTK_MESSAGE_ERROR, tmpbuf, GTK_WINDOW(appGUI->main_window));
    1.12 + 			g_free (current_filename);
    1.13 + 			return;
    1.14 +