wok-next diff osmo/stuff/notes_items.patch @ rev 5065

aufs-utils: fix install args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 11 17:25:44 2010 +0100 (2010-03-11)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/osmo/stuff/notes_items.patch	Thu Mar 11 17:25:44 2010 +0100
     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 +