guile-gtk patch




I'm not sure who's currently in charge of guile-gtk. Is it OK if I
commit this patch to get it to compile with the CVS version of gtk+?

- Maciej Stachowiak

Index: gtk.defs
===================================================================
RCS file: /debian/home/gnomecvs/gnome-guile/guile-gtk/gtk.defs,v
retrieving revision 1.7
diff -u -r1.7 gtk.defs
--- gtk.defs    1998/02/04 01:59:21     1.7
+++ gtk.defs    1998/02/21 08:33:33
@@ -1117,11 +1117,12 @@
   ((GtkTooltips tooltips)
    (int delay)))

-(define-func gtk_tooltips_set_tips
+(define-func gtk_tooltips_set_tip
   none
   ((GtkTooltips tooltips)
    (GtkWidget widget)
-   (string tips_text (null-ok))))
+   (string tip_text (null-ok))
+   (string tip_private (null-ok))))

 (define-func gtk_tooltips_set_colors
   none



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