Bug 187176 - Okular gives "Calling appendChild() on a null node does nothing." warnings on image files
Summary: Okular gives "Calling appendChild() on a null node does nothing." warnings on...
Status: RESOLVED NOT A BUG
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.8
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-14 21:10 UTC by Tim Landscheidt
Modified: 2009-05-09 18:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Landscheidt 2009-03-14 21:10:05 UTC
Version:           0.8 (using 4.2.00 (KDE 4.2.0), 4.2.0-15.fc10 Fedora)
Compiler:          gcc
OS:                Linux (i686) release 2.6.27.19-170.2.35.fc10.i686

Okular gives warnings on every image file that is opened:

| [tim@lockfix ~/Desktop/Agenda]$ okular kscan_0001.jpeg
| okular(8710): Attempt to use QAction "bookmark_action_0" with KXMLGUIFactory!
| Calling appendChild() on a null node does nothing.
| [tim@lockfix ~/Desktop/Agenda]$ okular JuLis/AC/xaa.png
| okular(8718): Attempt to use QAction "bookmark_action_0" with KXMLGUIFactory!
| Calling appendChild() on a null node does nothing.
| [tim@lockfix ~/Desktop/Agenda]$ okular kscan_0001.jpeg JuLis/AC/xaa.png
| okular(8724): Attempt to use QAction "bookmark_action_0" with KXMLGUIFactory!
| okular(8724): Attempt to use QAction "bookmark_action_0" with KXMLGUIFactory!
| Calling appendChild() on a null node does nothing.
| Calling appendChild() on a null node does nothing.
| [tim@lockfix ~/Desktop/Agenda]$

For the bookmark_action_0 warning, see bug #187174.
Comment 1 Pino Toscano 2009-03-14 21:30:10 UTC
What is the bug?
Comment 2 Pino Toscano 2009-05-09 18:59:58 UTC
Not a bug, actually...