[easytag] Make the main status bar context static
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Make the main status bar context static
- Date: Wed, 15 May 2013 21:31:07 +0000 (UTC)
commit 565b229d55ba7cbd34adeacd52a441699126ecfc
Author: David King <amigadave amigadave com>
Date: Wed May 15 18:06:19 2013 +0100
Make the main status bar context static
src/bar.c | 1 +
src/bar.h | 1 -
2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bar.c b/src/bar.c
index 06219e7..7b1a3c8 100644
--- a/src/bar.c
+++ b/src/bar.c
@@ -40,6 +40,7 @@
* Declaration *
***************/
static GtkWidget *StatusBar = NULL;
+static guint StatusBarContext;
static guint StatusbarTimerId = 0;
static GList *ActionPairsList = NULL;
diff --git a/src/bar.h b/src/bar.h
index e767305..f60f7b9 100644
--- a/src/bar.h
+++ b/src/bar.h
@@ -29,7 +29,6 @@ GtkWidget *MenuBar;
GtkWidget *ProgressBar;
GtkUIManager *UIManager;
GtkActionGroup *ActionGroup;
-guint StatusBarContext;
GtkWidget *CheckMenuItemBrowseSubdirMainMenu;
GtkWidget *CheckMenuItemBrowseHiddenDirMainMenu;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]