Definition at line 2408 of file shp2pgsql-gui.c.
2409{
2410 const char *text;
2411
2415
2416 if (strlen(text))
2418 else
2420
2424
2425 if (strlen(text))
2427 else
2429
2433
2434 if (strlen(text))
2436 else
2438
2442
2443 if (strlen(text))
2445 else
2447
2448 text = gtk_entry_get_text(GTK_ENTRY(
entry_pg_db));
2451
2452 if (strlen(text))
2454 else
2456
2457 return;
2458}
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().