Diff of /trunk/src/statusbar.c

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

revision 208 by harbaum, Wed Jul 8 08:51:02 2009 UTC revision 209 by harbaum, Fri Jul 10 19:45:31 2009 UTC
# Line 51  void statusbar_set(appdata_t *appdata, c Line 51  void statusbar_set(appdata_t *appdata, c
51    }    }
52  }  }
53    
54    #ifndef USE_HILDON
55  // Clear any brief message currently set, dropping back to the persistent one.  // Clear any brief message currently set, dropping back to the persistent one.
56    
57  static gboolean statusbar_brief_clear(gpointer data) {  static gboolean statusbar_brief_clear(gpointer data) {
# Line 96  void statusbar_brief(appdata_t *appdata, Line 96  void statusbar_brief(appdata_t *appdata,
96        = gtk_timeout_add(timeout, statusbar_brief_clear, appdata);        = gtk_timeout_add(timeout, statusbar_brief_clear, appdata);
97    }    }
98  }  }
99    #endif
100    
101  GtkWidget *statusbar_new(appdata_t *appdata) {  GtkWidget *statusbar_new(appdata_t *appdata) {
102    appdata->statusbar = (statusbar_t*)g_new0(statusbar_t, 1);    appdata->statusbar = (statusbar_t*)g_new0(statusbar_t, 1);

Legend:
Removed from v.208  
changed lines
  Added in v.209