GNOME Bugzilla – Bug 150673
Broken dialogs
Last modified: 2004-12-22 21:47:04 UTC
The Find dialog (Ctrl+F), once opened, loses all sensitivity to its buttons and can be closed only by the window frame Close button. The error logs hint at the problem: ** (epiphany-bin:1752): WARNING **: callback function not found: find_entry_changed_cb ** (epiphany-bin:1752): WARNING **: callback function not found: find_next_button_clicked_cb ** (epiphany-bin:1752): WARNING **: callback function not found: find_check_toggled_cb ** (epiphany-bin:1752): WARNING **: callback function not found: find_check_toggled_cb ** (epiphany-bin:1752): WARNING **: callback function not found: find_prev_button_clicked_cb ** (epiphany-bin:1752): WARNING **: callback function not found: find_close_button_clicked_cb
The Properties dialog is broken too.
I cannot reproduce this. Which OS do you have? Linux, *BSD, ... ?
Also, with which gcc, autoconf, libtool versions was epiphany compiled?
Created attachment 30799 [details] [review] possible fix If you compile from source, can you please test if this patch fixes this bug?
Yes, the patch fixes it. FYI: autoconf (GNU Autoconf) 2.59 automake (GNU automake) 1.8.5 ltmain.sh (GNU libtool) 1.5.8 (1.1220.2.118 2004/08/07 12:24:38) What also struck me as odd is that some GNOME macros were not imported by aclocal from /usr/share/aclocal/gnome2-macros unless I listed this directory with -I.
Wasnt this patch checked in ?
Yes, it was checked in. I left the bug open for the 'some GNOME macros were not imported by aclocal from /usr/share/aclocal/gnome2-macros unless I listed this directory with -I' problem.
That's possibly system misconfiguration. Anyway, please open a separate bug report for that if you didnt figure it out.