summaryrefslogtreecommitdiff
path: root/gladeui/glade-project.h
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2011-03-09 14:38:18 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2011-03-09 15:10:19 -0300
commitafe0a6f9cbc1977aa0df030b9be9dd649a3f8acd (patch)
tree3cb32fcdb72f39f3d1683148f0b926b6eba71757 /gladeui/glade-project.h
parent9fb8eb4058e7fddb1408275100d063fb35d04b0a (diff)
downloadglade-afe0a6f9cbc1977aa0df030b9be9dd649a3f8acd.tar.gz
* gladeui/glade-project.[ch]
o Fixed function declaration and indentation o Call glade_project_notify_row_has_child() after deleting the object from the model otherwise the GladeProject views do not update properly
Diffstat (limited to 'gladeui/glade-project.h')
-rw-r--r--gladeui/glade-project.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gladeui/glade-project.h b/gladeui/glade-project.h
index d18e3cad..1b9eb83f 100644
--- a/gladeui/glade-project.h
+++ b/gladeui/glade-project.h
@@ -135,8 +135,8 @@ void glade_project_widget_visibility_changed (GladeProject *proj
GladeWidget *widget,
gboolean visible);
void glade_project_check_reordered (GladeProject *project,
- GladeWidget *parent,
- GList *old_order);
+ GladeWidget *parent,
+ GList *old_order);
/* Commands */
void glade_project_undo (GladeProject *project);