wok view osmo/stuff/notes_items.patch @ rev 3891

pyvnc2swf: clean up
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 13 16:30:35 2009 +0200 (2009-08-13)
parents
children
line source
1 --- src/notes_items.c Fri Mar 6 20:03:53 2009
2 +++ src/notes_items.c Tue Jun 2 12:25:47 2009
3 @@ -1038,7 +1038,7 @@
4 if (check_if_encrypted (current_filename, appGUI) == TRUE) {
6 g_snprintf (tmpbuf, BUFFER_SIZE, "%s\n\n(%s)", _("Cannot open the note."), _("encryption support is disabled"));
7 - gui_create_dialog (GTK_MESSAGE_ERROR, tmpbuf, GTK_WINDOW(appGUI->main_window));
8 + utl_gui_create_dialog (GTK_MESSAGE_ERROR, tmpbuf, GTK_WINDOW(appGUI->main_window));
9 g_free (current_filename);
10 return;