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

Diff of /xlog/src/callbacks_mainwindow.c

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

revision 1.11 by pa4tu, Thu Feb 24 15:25:55 2005 UTC revision 1.12 by pa4tu, Thu Feb 24 19:21:37 2005 UTC
# Line 135  on_mainwindow_keypress (GtkWidget *widge Line 135  on_mainwindow_keypress (GtkWidget *widge
135          case GDK_Return:          case GDK_Return:
136                  callentry = lookup_widget (mainwindow, "callentry");                  callentry = lookup_widget (mainwindow, "callentry");
137                  myrstentry = lookup_widget (mainwindow, "myrstentry");                  myrstentry = lookup_widget (mainwindow, "myrstentry");
138                  if (GTK_WIDGET_HAS_FOCUS (myrstentry) && state.contest)                  if (GTK_WIDGET_HAS_FOCUS (myrstentry))
139                  {                  {
140                          cw (NULL, "f3");                          cw (NULL, "f3");
141                  }                  }
142                  if (GTK_WIDGET_HAS_FOCUS (callentry) && state.contest)                  if (GTK_WIDGET_HAS_FOCUS (callentry))
143                  {                  {
144                          call = gtk_editable_get_chars (GTK_EDITABLE (callentry), 0, -1);                          call = gtk_editable_get_chars (GTK_EDITABLE (callentry), 0, -1);
145                          if (strlen (call) > 2)                          if (strlen (call) > 2)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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