# HG changeset patch # User Pascal Bellard # Date 1277360986 -7200 # Node ID e807a41553736a314c2dbf85409d8f61efb0dba9 # Parent 386214f606f5883c9c7a02bd67c6e985895f5dd2 Up osmo (0.2.10) diff -r 386214f606f5 -r e807a4155373 osmo/receipt --- a/osmo/receipt Thu Jun 24 08:26:30 2010 +0200 +++ b/osmo/receipt Thu Jun 24 08:29:46 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="osmo" -VERSION="0.2.6" +VERSION="0.2.10" CATEGORY="office" SHORT_DESC="A handy personal organizer using GTK+." MAINTAINER="pankso@slitaz.org" @@ -17,7 +17,6 @@ { cd $src sed -i 's/gtkspell-/gtkDISABLEDspell-/' configure - patch -p0 -i ../stuff/notes_items.patch || exit 1 ./configure \ --prefix=/usr \ --enable-printing=no \ diff -r 386214f606f5 -r e807a4155373 osmo/stuff/notes_items.patch --- a/osmo/stuff/notes_items.patch Thu Jun 24 08:26:30 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ ---- src/notes_items.c Fri Mar 6 20:03:53 2009 -+++ src/notes_items.c Tue Jun 2 12:25:47 2009 -@@ -1038,7 +1038,7 @@ - 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; -