2004-10-08 Dan Williams <dcbw@redhat.com>
* info-daemon/NetworkManagerInfo.c (main): - Initialize GError object to NULL git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@198 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-10-08 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* info-daemon/NetworkManagerInfo.c (main):
|
||||
- Initialize GError object to NULL
|
||||
|
||||
2004-10-08 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* panel-applet/NMWirelessAppletDbus.c
|
||||
|
@@ -98,7 +98,7 @@ int main( int argc, char *argv[] )
|
||||
NMIAppInfo *app_info = NULL;
|
||||
GMainLoop *loop;
|
||||
guint notify_id;
|
||||
GError *error;
|
||||
GError *error = NULL;
|
||||
|
||||
struct poptOption options[] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user