[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mhc:02075] Re: iCalendar -> MHC?



On Tue, 22 Mar 2005 17:30:47 +0100,
	"Felix E. Klee" <felix.klee@xxxxxxx> said:

> Thanks.  That makes the above warning go away.  But the program still
> fails when I click on an event spitting out the following error message:

Ahh...  I believe this bug had been fixed in CVS HEAD... I'm sorry I'm
not sure about the status of released tarballs...

Please change lines around 259 as follows,

--- gemcal.in   5 Aug 2000 19:51:58 -0000       1.3
+++ gemcal.in   20 Feb 2024 01:42:57 -0000      1.4
@@ -253,8 +253,8 @@
       @sch .set_duration(b, e)
       @date_box .update
     }
-    @subj_ent = GtkEntry .new("Subject:  ") .border_width = 3
-    @cat_ent  = GtkEntry .new("Category: ") .border_width = 3
+    @subj_ent = GtkEntry .new("Subject:  ") .border_width(3)
+    @cat_ent  = GtkEntry .new("Category: ") .border_width(3)

     @subj_ent .signal_connect('changed'){
       @sch .set_subject(Kconv::tojis(@subj_ent .dump))
	    
-- 
Yoshiaki Kasahara
Computing and Communications Center, Kyushu University
kasahara@xxxxxxxxxxxxxxxxx