[Bug 155794] New: - are there importers
| Newsgroups | gmane.editors.conglomerate.cvs |
|---|---|
| Message-ID | <[email protected]> |
http://bugzilla.gnome.org/show_bug.cgi?id=155794
conglomerate | Code | Ver: cvs
Summary: are there importers
Product: conglomerate
Version: cvs
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: Low
Component: Code
AssignedTo: [email protected]
ReportedBy: [email protected]
This is reminder, another (ab)use of bugzilla as TODO list.
--- cong-menus.c 14 Oct 2004 20:04:54 -0000 1.76
+++ cong-menus.c 18 Oct 2004 22:38:56 -0000
@@ -206,7 +206,11 @@
action_callback_file_import (GtkAction *action,
CongPrimaryWindow *primary_window)
{
- /* FIXME: this option should be disabled if there are no importers
installed */
+ /*
+ * FIXME: this option should be disabled if there are no importers installed
+ * - or we could assume that there is always going to be an importer, since
+ * some already come with Conglomerate.
+ */
cong_ui_hook_file_import (cong_primary_window_get_toplevel
(primary_window));
}
@@ -217,8 +221,6 @@
{
CongDocument *doc = cong_primary_window_get_document(primary_window);
- /* FIXME: this option should be disabled if there are no exporters
installed that are appropriate for this FPI */
HTH
------- You are receiving this mail because: -------
You are the assignee for the bug.