diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 05:45:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 05:45:41 +0000 |
commit | e130c95d6b664d138f50f64cb07373b50ecccfae (patch) | |
tree | da44957ef80a4f3f4bc85d8055ee9816aebca7e7 /deskutils/gnotime/files/patch-src_ghtml.c | |
parent | - Update to 2.4.1, see the release note for details: (diff) |
Chase the gtkhtml3 update.
Notes
Notes:
svn path=/head/; revision=147284
Diffstat (limited to 'deskutils/gnotime/files/patch-src_ghtml.c')
-rw-r--r-- | deskutils/gnotime/files/patch-src_ghtml.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/deskutils/gnotime/files/patch-src_ghtml.c b/deskutils/gnotime/files/patch-src_ghtml.c index 8776c9b9d8b1..e69de29bb2d1 100644 --- a/deskutils/gnotime/files/patch-src_ghtml.c +++ b/deskutils/gnotime/files/patch-src_ghtml.c @@ -1,18 +0,0 @@ ---- src/ghtml.c.orig Fri Oct 21 06:52:04 2005 -+++ src/ghtml.c Fri Oct 21 06:53:15 2005 -@@ -1191,6 +1191,7 @@ - get_ivl_start_stop_common_str_scm (GttGhtml *ghtml, GttInterval *ivl, - time_t starp, gboolean prt_date) - { -+ GString *str; - char buff[100]; - - if (prt_date) { -@@ -1199,7 +1200,6 @@ - qof_print_time_buff (buff, 100, starp); - } - -- GString *str; - str = g_string_new (NULL); - - if (ghtml->show_links) |