blob: b9a36b2e18d2860c0715abef9a16ce0658d0d494 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- libmergeant/mg-work-grid.c.orig Sat Aug 14 03:59:47 2004
+++ libmergeant/mg-work-grid.c Sat Aug 14 04:00:02 2004
@@ -2299,10 +2299,10 @@
GtkTreeModel *tree_model, GtkTreeIter *iter,
MgWorkCore *core, MgDataEntryAttribute requested_status)
{
- g_return_if_fail (user_modif);
guint attrs;
GtkTreePath *path;
gint row;
+ g_return_if_fail (user_modif);
switch (requested_status) {
case MG_DATA_ENTRY_IS_NULL:
|