summaryrefslogtreecommitdiff
path: root/plugins/gtkui/plcommon.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-02 16:25:57 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-02 16:25:57 +0200
commit04e5f2de14af45f8965834256d3a5398703bce8a (patch)
treef90779f3ef0d7545230e57b8d35a4c648b049f03 /plugins/gtkui/plcommon.h
parent6f1afe36cd5f4584c889d54353ccd209fce15f23 (diff)
added custom grouping;
removed group-by submenu from search window; few minor tweaks to dialog buttons
Diffstat (limited to 'plugins/gtkui/plcommon.h')
-rw-r--r--plugins/gtkui/plcommon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/gtkui/plcommon.h b/plugins/gtkui/plcommon.h
index ee9912b9..8332cfcb 100644
--- a/plugins/gtkui/plcommon.h
+++ b/plugins/gtkui/plcommon.h
@@ -26,6 +26,9 @@ typedef struct {
char *format;
} col_info_t;
+#define MAX_GROUP_BY_STR 100
+extern char group_by_str[MAX_GROUP_BY_STR];
+
void
write_column_config (const char *name, int idx, const char *title, int width, int align_right, int id, const char *format);