summaryrefslogtreecommitdiff
path: root/gtk/gui_utils.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-10-12 17:39:44 +0000
committerBill Meier <wmeier@newsguy.com>2010-10-12 17:39:44 +0000
commit2b0f6a63f1585db5d0285728e92e946d6cbb58a5 (patch)
treef36cc05ac6a51fb11b9eb2a22b5e59b7170c4b3b /gtk/gui_utils.c
parent2d3abb5cec7bce8618304c2d57b768e95324a8e1 (diff)
downloadwireshark-2b0f6a63f1585db5d0285728e92e946d6cbb58a5.tar.gz
Define some fcns & vars as static;
Rename g_capture_in_progress to gbl_capture_in_progress (capture_if_dlg.c) Do some whitespace cleanup. svn path=/trunk/; revision=34490
Diffstat (limited to 'gtk/gui_utils.c')
-rw-r--r--gtk/gui_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gui_utils.c b/gtk/gui_utils.c
index d26e24169a..a21dfeb522 100644
--- a/gtk/gui_utils.c
+++ b/gtk/gui_utils.c
@@ -383,7 +383,7 @@ window_set_geometry(GtkWidget *widget, window_geometry_t *geom)
/* the geometry hashtable for all known window classes,
* the window name is the key, and the geometry struct is the value */
-GHashTable *window_geom_hash = NULL;
+static GHashTable *window_geom_hash = NULL;
/* save the window and it's current geometry into the geometry hashtable */