Definition at line 2435 of file shp2pgsql-gui.c.
2436{
2437 const char *text;
2438
2442
2443 if (strlen(text))
2445 else
2447
2451
2452 if (strlen(text))
2454 else
2456
2460
2461 if (strlen(text))
2463 else
2465
2469
2470 if (strlen(text))
2472 else
2474
2475 text = gtk_entry_get_text(GTK_ENTRY(
entry_pg_db));
2478
2479 if (strlen(text))
2481 else
2483
2484 return;
2485}
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().