Florian Müllner bf428312d7 networkAgent: Fix external-ui dialogs
Two small fixes which made _showNewStyleDialog() err out:
 - g_key_file_load_from_data() expects a string as first
   argument, but g_buffered_input_stream_peek_buffer()
   returns an array of "data"
 - g_key_file_load_from_data() is documented to allow -1 as
   length parameter for \0-terminated strings, but the actual
   type of the parameter is unsigned (d'uh)

https://bugzilla.gnome.org/show_bug.cgi?id=671556
2012-03-19 20:40:40 +01:00
..
2012-02-15 20:12:49 -05:00
2012-02-29 20:16:14 +01:00
2012-03-10 15:00:18 +01:00
2012-02-20 21:54:06 +01:00
2012-02-21 17:43:05 +01:00
2012-02-28 08:14:06 -05:00