search for: gvaluearray

Displaying 3 results from an estimated 3 matches for "gvaluearray".

2006 Jan 13
1
system-config-users error
...tk is there an easier solution? I have removed and re-installed all the system-config tools, but the error didn't change. sudo system-config-users ** (system-config-users.py:27349): WARNING **: entry is incorrectly formatted (system-config-users.py:27349): GLib-GObject-CRITICAL **: file gvaluearray.c: line 42 (g_value_array_get_nth): assertion `value_array != NULL' failed ** ERROR **: file lib/user.c: line 662 (merge_ent_array_duplicates): should not be reached aborting... /usr/share/system-config-users/system-config-users: line 4: 27349 Aborted /usr/bin/python2 /usr/share/...
2009 Jun 08
2
[PATCH] few minor bugfixes
...diff --git a/main.c b/main.c index 2962f3f..23af6fa 100644 --- a/main.c +++ b/main.c @@ -36,6 +36,8 @@ #include <netinet/in.h> #endif +#include <arpa/inet.h> + #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif @@ -903,37 +905,35 @@ viewer_credential (GtkWidget *vnc, GValueArray *credList) gtk_widget_destroy(GTK_WIDGET(dialog)); } -#if defined(HAVE_SOCKET) && defined(HAVE_CONNECT) && defined(HAVE_HTONS) && defined(HAVE_GETHOSTBYNAME) +#if defined(HAVE_SOCKET) && defined(HAVE_CONNECT) && defined(HAVE_HTONS) stat...
2009 Jun 01
2
[PATCH viewer] few minor bugfixes
...i diff --git a/main.c b/main.c index 2962f3f..222a9fd 100644 --- a/main.c +++ b/main.c @@ -36,6 +36,8 @@ #include <netinet/in.h> #endif +#include <arpa/inet.h> + #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif @@ -903,13 +905,12 @@ viewer_credential (GtkWidget *vnc, GValueArray *credList) gtk_widget_destroy(GTK_WIDGET(dialog)); } -#if defined(HAVE_SOCKET) && defined(HAVE_CONNECT) && defined(HAVE_HTONS) && defined(HAVE_GETHOSTBYNAME) +#if defined(HAVE_SOCKET) && defined(HAVE_CONNECT) && defined(HAVE_HTONS) stat...