Commit 6a70fcfc authored by Claes Sjofors's avatar Claes Sjofors

Ge graph list, subgraph pages hidden

parent 8eacf814
......@@ -352,6 +352,7 @@ void directory_changed( GFileMonitor *, GFile *file, GFile *,
case G_FILE_MONITOR_EVENT_DELETED:
case G_FILE_MONITOR_EVENT_CREATED:
name = g_file_get_parse_name( file);
if ( !strstr( name, "__p"))
((GeItemViewGtk *)item_view)->update( name, event);
g_free( name);
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment