[gnome-commander] Options: inline create_layout_tab()



commit 32a4cf11979c4f8171ca7cb080ba84c30b9d3480
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sun Nov 6 14:10:38 2011 +0100

    Options: inline create_layout_tab()

 src/gnome-cmd-options-dialog.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-options-dialog.cc b/src/gnome-cmd-options-dialog.cc
index 1aeddbe..3ab97de 100644
--- a/src/gnome-cmd-options-dialog.cc
+++ b/src/gnome-cmd-options-dialog.cc
@@ -642,7 +642,7 @@ static void on_ls_colors_edit (GtkButton *btn, GtkWidget *parent)
 }
 
 
-static GtkWidget *create_layout_tab (GtkWidget *parent, GnomeCmdData &cfg)
+inline GtkWidget *create_layout_tab (GtkWidget *parent, GnomeCmdData &cfg)
 {
     GtkWidget *frame, *hbox, *vbox, *cat;
     GtkWidget *entry, *spin, *scale, *table, *label, *fpicker, *btn;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]