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

Up: testdisk (6.11.3)
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 08 00:40:05 2010 +0000 (2010-05-08)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/osmo/stuff/notes_items.patch	Sat May 08 00:40:05 2010 +0000
     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 +