wok-6.x rev 5713
Up osmo (0.2.10)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 24 08:29:46 2010 +0200 (2010-06-24) |
parents | 386214f606f5 |
children | cab9307d1516 |
files | osmo/receipt osmo/stuff/notes_items.patch |
line diff
1.1 --- a/osmo/receipt Thu Jun 24 08:26:30 2010 +0200 1.2 +++ b/osmo/receipt Thu Jun 24 08:29:46 2010 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="osmo" 1.7 -VERSION="0.2.6" 1.8 +VERSION="0.2.10" 1.9 CATEGORY="office" 1.10 SHORT_DESC="A handy personal organizer using GTK+." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -17,7 +17,6 @@ 1.13 { 1.14 cd $src 1.15 sed -i 's/gtkspell-/gtkDISABLEDspell-/' configure 1.16 - patch -p0 -i ../stuff/notes_items.patch || exit 1 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --enable-printing=no \
2.1 --- a/osmo/stuff/notes_items.patch Thu Jun 24 08:26:30 2010 +0200 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,11 +0,0 @@ 2.4 ---- src/notes_items.c Fri Mar 6 20:03:53 2009 2.5 -+++ src/notes_items.c Tue Jun 2 12:25:47 2009 2.6 -@@ -1038,7 +1038,7 @@ 2.7 - if (check_if_encrypted (current_filename, appGUI) == TRUE) { 2.8 - 2.9 - g_snprintf (tmpbuf, BUFFER_SIZE, "%s\n\n(%s)", _("Cannot open the note."), _("encryption support is disabled")); 2.10 -- gui_create_dialog (GTK_MESSAGE_ERROR, tmpbuf, GTK_WINDOW(appGUI->main_window)); 2.11 -+ utl_gui_create_dialog (GTK_MESSAGE_ERROR, tmpbuf, GTK_WINDOW(appGUI->main_window)); 2.12 - g_free (current_filename); 2.13 - return; 2.14 -