public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* glade-xml-get-widget
@ 2003-08-10 23:22 Kevin Ryde
  0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2003-08-10 23:22 UTC (permalink / raw)
  To: guile-gtk

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

As far as I can tell, NULL is not valid for glade_xml_get_widget, it
prints an assertion fail.  Unless anyone knows better,

        * glade/glade.defs (glade_xml_get_widget): Must have name parameter,
        NULL is not valid.


[-- Attachment #2: glade.defs.get-widget.diff --]
[-- Type: text/plain, Size: 308 bytes --]

--- glade.defs.~1.2.~	2003-04-01 09:02:09.000000000 +1000
+++ glade.defs	2003-08-11 09:20:40.000000000 +1000
@@ -84,7 +84,7 @@
 (define-func glade_xml_get_widget
   GtkWidget
   ((GladeXML self)
-   (string name (="NULL"))))
+   (string name)))
 
 (define-func glade_xml_get_widget_by_long_name
   GtkWidget

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-10 23:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-10 23:22 glade-xml-get-widget Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).