{
struct watch *w;
GIOChannel *gio;
- int flags;
+ GIOCondition flags;
guint eventid;
/* Remove any existing watch */
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, NULL);
bind_textdomain_codeset(PACKAGE, "UTF-8");
- textdomain(PACKAGE);
+ textdomain(PACKAGE);
gtk_init(&argc, &argv);
g_set_application_name("Network Configurator");