/[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.15 by pa4tu, Sat Feb 26 23:01:56 2005 UTC revision 1.16 by pa4tu, Mon Feb 28 22:26:09 2005 UTC
# Line 34  Line 34 
34    
35  #include "callbacks_mainwindow.h"  #include "callbacks_mainwindow.h"
36  #include "callbacks_mainwindow_toolbar.h"  #include "callbacks_mainwindow_toolbar.h"
37    #include "callbacks_mainwindow_menu.h"
38  #include "gui_savedialog.h"  #include "gui_savedialog.h"
39  #include "support.h"  #include "support.h"
40  #include "types.h"  #include "types.h"
# Line 142  on_mainwindow_keypress (GtkWidget *widge Line 143  on_mainwindow_keypress (GtkWidget *widge
143                                  cw (NULL, "cq");                                  cw (NULL, "cq");
144                          else                          else
145                                  cw (NULL, "sp");                                  cw (NULL, "sp");
146                            on_clickall_activate (NULL, NULL);
147                  }                  }
148                  if (GTK_WIDGET_HAS_FOCUS (callentry))                  else if (GTK_WIDGET_HAS_FOCUS (callentry))
149                  {                  {
150                          call = gtk_editable_get_chars (GTK_EDITABLE (callentry), 0, -1);                          call = gtk_editable_get_chars (GTK_EDITABLE (callentry), 0, -1);
151                          if (strlen (call) > 0)                          if (strlen (call) > 0)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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