[gnome-commander] noop: code cleanup
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] noop: code cleanup
- Date: Sat, 16 Apr 2011 09:07:34 +0000 (UTC)
commit 3daa8170b591a6605653d8c4ffa9d8dcf46305ed
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Sat Apr 16 11:04:21 2011 +0200
noop: code cleanup
src/gnome-cmd-search-dialog.cc | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-cmd-search-dialog.cc b/src/gnome-cmd-search-dialog.cc
index 8d1c3d6..7401903 100755
--- a/src/gnome-cmd-search-dialog.cc
+++ b/src/gnome-cmd-search-dialog.cc
@@ -722,6 +722,7 @@ inline GtkWidget *create_label_with_mnemonic (GtkWidget *parent, const gchar *te
return label;
}
+
/*
* create a check_box_button with keyboard shortcut
*/
@@ -736,6 +737,7 @@ inline GtkWidget *create_check_with_mnemonic (GtkWidget *parent, const gchar *te
return btn;
}
+
/*
* create a GtkRadioButton with keyboard shortcut
*/
@@ -750,6 +752,7 @@ inline GtkWidget *create_radio_with_mnemonic (GtkWidget *parent, GSList *group,
return radio;
}
+
/*
* create a gtk_combo_box_entry_new_text. gtk_combo is deprecated.
*/
@@ -762,6 +765,7 @@ inline GtkWidget *create_combo_box_entry (GtkWidget *parent)
return combo;
}
+
/*
* callback function for 'g_list_foreach' to add default value to dropdownbox
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]