From ca08a860e41bf9c214bc89867f493daf53df7dd1 Mon Sep 17 00:00:00 2001 From: Salvatore Iovene Date: Sat, 19 Dec 2009 20:39:11 +0200 Subject: [PATCH] Statify function. --- modules/tweakr-desktop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tweakr-desktop.c b/modules/tweakr-desktop.c index de1de77..d67f52f 100644 --- a/modules/tweakr-desktop.c +++ b/modules/tweakr-desktop.c @@ -354,7 +354,7 @@ _edit_bookmarks_clicked (GtkButton *button, TweakrDesktopSection *section) } } -GtkWidget * +static GtkWidget * _build_bookmarks_button (TweakrDesktopSection *section) { GtkWidget *button; -- 1.7.9.5