diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-25 10:06:07 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-25 10:06:07 -0300 |
commit | b9bc708591332baf2f347aa98af25e3408374d09 (patch) | |
tree | dd3e36097582ffd604b467275e3602fe92445776 /hardinfo2/syncmanager.h | |
parent | 8871376f6dccc33a6769b45cec4f1922c44b6c59 (diff) |
Use parent windows when creating the Report, Network Updater and Remote windows.
Diffstat (limited to 'hardinfo2/syncmanager.h')
-rw-r--r-- | hardinfo2/syncmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/syncmanager.h b/hardinfo2/syncmanager.h index 360c012a..d5385451 100644 --- a/hardinfo2/syncmanager.h +++ b/hardinfo2/syncmanager.h @@ -35,7 +35,7 @@ struct _SyncEntry { }; void sync_manager_add_entry(SyncEntry *entry); -void sync_manager_show(void); +void sync_manager_show(GtkWidget *parent); gint sync_manager_count_entries(void); #endif /* __SYNCMANAGER_H__ */ |