~ubuntu-branches/ubuntu/karmic/mhwaveedit/karmic

« back to all changes in this revision

Viewing changes to src/statusbar.c

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-01-08 22:20:37 UTC
  • mfrom: (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080108222037-tsazhckl5vmc8yih
Tags: 1.4.14-2
Added desktop file (Closes: #457849), thanks to Marco Rodrigues

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
static int progress_count = 0;
36
36
 
37
37
enum { PROGRESS_BEGIN_SIGNAL, PROGRESS_END_SIGNAL, LAST_SIGNAL };
38
 
static gint status_bar_signals[LAST_SIGNAL] = { 0 };
 
38
static guint status_bar_signals[LAST_SIGNAL] = { 0 };
39
39
 
40
40
static void status_bar_expose(GtkWidget *widget, GdkEventExpose *event, 
41
41
                            gpointer user_data)