Thread
:
plugin load error message for desktop widget
View Single Post
harriva
2009-10-03 , 10:23
Posts: 61 | Thanked: 43 times | Joined on Aug 2008
#
6
You use dir without initializing it.
Change the line
g_dir_open(directory, 0, NULL);
to
dir = g_dir_open(directory, 0, NULL);
Quote & Reply
|
The Following User Says Thank You to harriva For This Useful Post:
jaeezzy
harriva
View Public Profile
Send a private message to harriva
Find all posts by harriva