]> git.street.me.uk Git - andy/viking.git/commit
Fix crashing on opening multiple files after a .vik file is opened.
authorRob Norris <rw_norris@hotmail.com>
Tue, 25 Oct 2011 00:28:51 +0000 (01:28 +0100)
committerRob Norris <rw_norris@hotmail.com>
Fri, 28 Oct 2011 21:57:36 +0000 (22:57 +0100)
commit08812b09d0bb6062a68b8aa90e6f07c78fd83923
tree68bc28a803571c29f3ef9cf5ba6b981d7f35dde5
parenta3180051234fa15fb8daade79726abc9369c04f7
Fix crashing on opening multiple files after a .vik file is opened.

Issue derives from commit: 6e4a49aa9ec3ca64334124a009d4774a7bb4bb8e back in early 2008, which replaced GtkFileSelection by GtkFileChooser, this changes the signal callback from using an array of strings (gchar**) to being a GSList type.

Thus update to use the correct type methods.
src/main.c