Diff of /trunk/src/notes.c

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

revision 190 by harbaum, Tue Nov 17 10:22:41 2009 UTC revision 194 by harbaum, Wed Nov 18 11:40:31 2009 UTC
# Line 458  static void on_destroy_textview(GtkWidge Line 458  static void on_destroy_textview(GtkWidge
458  static void ftime_update(GtkWidget *widget, cache_context_t *context,  static void ftime_update(GtkWidget *widget, cache_context_t *context,
459                           gboolean update) {                           gboolean update) {
460    /* check if it has been selected */    /* check if it has been selected */
461    if(check_button_get_active(GTK_TOGGLE_BUTTON(widget))) {    if(check_button_get_active(widget)) {
462      printf("set active\n");      printf("set active\n");
463    
464      if(update)      if(update)

Legend:
Removed from v.190  
changed lines
  Added in v.194