]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/gnome2-console/callbacks.c
Use the command line utility dropdb instead of the psql command
[bacula/bacula] / bacula / src / gnome2-console / callbacks.c
index 782e35906b1567df260e3860f751ae5d63e5ff20..2d2f6544d60eff748c66817eff07ccd9bdc2a76b 100644 (file)
@@ -175,7 +175,8 @@ on_entry1_key_press_event(GtkWidget *widget, GdkEventKey *event, gpointer user_d
       }
       gtk_entry_set_text((GtkEntry *)entry1, (gchar *)hc->data);
    }
-   gtk_window_set_focus((GtkWindow *)app1, entry1);
+// gtk_entry_set_position((GtkEntry *)entry1, -1);
+// gtk_window_set_focus((GtkWindow *)app1, entry1);
    return FALSE;
 }