aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-07 01:38:36 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-07 01:38:36 +0800
commit9240052c20825ae527059565e7a7f58b786055e1 (patch)
tree4d63f88bd0e4a844f3151592d46d74eabb7794d4 /src
parent80ac96647ac23ab33c8232d7352a5215eb1615e9 (diff)
downloadgsoc2013-epiphany-9240052c20825ae527059565e7a7f58b786055e1.tar
gsoc2013-epiphany-9240052c20825ae527059565e7a7f58b786055e1.tar.gz
gsoc2013-epiphany-9240052c20825ae527059565e7a7f58b786055e1.tar.bz2
gsoc2013-epiphany-9240052c20825ae527059565e7a7f58b786055e1.tar.lz
gsoc2013-epiphany-9240052c20825ae527059565e7a7f58b786055e1.tar.xz
gsoc2013-epiphany-9240052c20825ae527059565e7a7f58b786055e1.tar.zst
gsoc2013-epiphany-9240052c20825ae527059565e7a7f58b786055e1.zip
Make static.
2004-11-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (ephy_window_show): Make static.
Diffstat (limited to 'src')
-rw-r--r--src/ephy-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 8436a0d9a..9996411ec 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -2659,7 +2659,7 @@ ephy_window_activate_location (EphyWindow *window)
*
* Shows @widget if it is hidden.
**/
-void
+static void
ephy_window_show (GtkWidget *widget)
{
EphyWindow *window = EPHY_WINDOW(widget);