projects
/
geeqie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0edb0f1
)
Use same variable name in .h as in .c
author
a1346054
<
[email protected]
>
Fri, 22 Oct 2021 19:17:49 +0000
(19:17 +0000)
committer
Colin Clark
<
[email protected]
>
Mon, 1 Nov 2021 10:38:15 +0000
(10:38 +0000)
src/ui_misc.h
patch
|
blob
|
history
diff --git
a/src/ui_misc.h
b/src/ui_misc.h
index e1f792f04b6472d9e86d1a7d46d5b950c881b243..af2eb9d9247514d546ba50e824d8966dbf48390d 100644
(file)
--- a/
src/ui_misc.h
+++ b/
src/ui_misc.h
@@
-157,7
+157,7
@@
void pref_signal_unblock_data(GtkWidget *widget, gpointer data);
GtkWidget *pref_table_new(GtkWidget *parent_box, gint columns, gint rows,
- gboolean hom
e
geneous, gboolean fill);
+ gboolean hom
o
geneous, gboolean fill);
GtkWidget *pref_table_box(GtkWidget *table, gint column, gint row,
GtkOrientation orientation, const gchar *text);