search for: ca_button

Displaying 2 results from an estimated 2 matches for "ca_button".

Did you mean: la_button
2009 Jul 23
1
viewer updates for fedora submission
This patchset provides updates to the viewer in preperation for its fedora submission. Included are patches cmd-line parameterizing hostname/user/pass/vm, the addition of a man page, cleanup of the project's structure, and updates to the spec.
2009 Jul 13
0
[PATCH viewer] permit hostname / username / password / vm to be passed in via the cmd line
...vm_name); + + } + } + } + DEBUG ("entering the Gtk main loop"); gtk_main (); @@ -420,7 +456,7 @@ start_ui (void) g_signal_connect (G_OBJECT (ca_hostname), "key-release-event", G_CALLBACK (connect_to_wui_on_enter), NULL); g_signal_connect (G_OBJECT (ca_button), "clicked", - G_CALLBACK (connect_to_wui), NULL); + G_CALLBACK (connect_to_wui_via_widget), NULL); login_area = gtk_event_box_new (); la_vbox = gtk_vbox_new (FALSE, 0); @@ -448,7 +484,7 @@ start_ui (void) g_signal_connect (G_OBJECT (la_password), "key-release-ev...