/[xlog]/xlog/src/gui_mainwindow.c
ViewVC logotype

Diff of /xlog/src/gui_mainwindow.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by pa4tu, Sun Jun 5 17:13:10 2005 UTC revision 1.40 by pa4tu, Mon Jun 6 18:53:02 2005 UTC
# Line 606  static const char *ui_description = Line 606  static const char *ui_description =
606                  G_CALLBACK (on_callentry_changed), NULL);                  G_CALLBACK (on_callentry_changed), NULL);
607          g_signal_connect ((gpointer) locatorentry, "changed",          g_signal_connect ((gpointer) locatorentry, "changed",
608                  G_CALLBACK (on_locatorentry_changed), NULL);                  G_CALLBACK (on_locatorentry_changed), NULL);
609          g_signal_connect (G_OBJECT(b), "insert-text", G_CALLBACK (tv_insert), NULL);          g_signal_connect (G_OBJECT(b), "changed", G_CALLBACK (tv_changed), NULL);
610    
611          /* Store pointers to all widgets, for use by lookup_widget(). */          /* Store pointers to all widgets, for use by lookup_widget(). */
612          GLADE_HOOKUP_OBJECT_NO_REF (mainwindow, mainwindow, "mainwindow");          GLADE_HOOKUP_OBJECT_NO_REF (mainwindow, mainwindow, "mainwindow");

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26