Definition at line 2410 of file shp2pgsql-gui.c.
2411{
2412 const char *text;
2413
2417
2418 if (strlen(text))
2420 else
2422
2426
2427 if (strlen(text))
2429 else
2431
2435
2436 if (strlen(text))
2438 else
2440
2444
2445 if (strlen(text))
2447 else
2449
2450 text = gtk_entry_get_text(GTK_ENTRY(
entry_pg_db));
2453
2454 if (strlen(text))
2456 else
2458
2459 return;
2460}
static GtkWidget * entry_pg_port
static GtkWidget * entry_pg_host
static GtkWidget * entry_pg_user
static GtkWidget * entry_pg_db
static GtkWidget * entry_pg_pass
static SHPCONNECTIONCONFIG * conn
References conn, shp_connection_state::database, entry_pg_db, entry_pg_host, entry_pg_pass, entry_pg_port, entry_pg_user, free(), shp_connection_state::host, shp_connection_state::password, shp_connection_state::port, and shp_connection_state::username.
Referenced by pgui_action_connection_okay().