From: Christoph Hohmann Date: Wed, 21 Apr 2004 12:34:57 +0000 (+0000) Subject: 0.9.10claws49 X-Git-Tag: rel_0_9_11~30 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=159a992c62f683e2b7eb6c26c2d70b89d0dba1bb 0.9.10claws49 * src/Makefile.am * src/inputdialog.[ch] ** REMOVED ** * src/gtk/Makefile.am * src/gtk/inputdialog.[ch] ** NEW ** move inputdialog.[ch] into gtk directory * src/mh_gtk.c remove check for missing IMAP folder account --- diff --git a/ChangeLog.claws b/ChangeLog.claws index e2efeac3f..b4e01c250 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,14 @@ +2004-04-21 [christoph] 0.9.10claws49 + + * src/Makefile.am + * src/inputdialog.[ch] ** REMOVED ** + * src/gtk/Makefile.am + * src/gtk/inputdialog.[ch] ** NEW ** + move inputdialog.[ch] into gtk directory + + * src/mh_gtk.c + remove check for missing IMAP folder account + 2004-04-20 [christoph] 0.9.10claws48 * src/mainwindow.c @@ -19,7 +30,7 @@ o dynamically build FolderView popup menus from a folder specific part, with callbacks to seperated code, and a common part - o remove the folder class dependent code from folderview.c + o remove the folder class specifiy code from folderview.c 2004-04-15 [luke] 0.9.10claws47 diff --git a/configure.ac b/configure.ac index 3afb22aa2..2de64ab24 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=10 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=48 +EXTRA_VERSION=49 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws diff --git a/src/Makefile.am b/src/Makefile.am index fe99b1cbb..2a40d99ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,7 +53,6 @@ sylpheed_SOURCES = \ importmutt.c \ importpine.c \ inc.c \ - inputdialog.c \ jpilot.c \ ldapctrl.c \ ldaplocate.c \ @@ -182,7 +181,6 @@ sylpheedinclude_HEADERS = \ importmutt.h \ importpine.h \ inc.h \ - inputdialog.h \ jpilot.h \ ldapctrl.h \ ldaplocate.h \ diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index 384c4100d..7dce94c5f 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -15,6 +15,7 @@ libsylpheedgtk_la_SOURCES = \ gtkutils.c \ gtkvscrollbutton.c \ logwindow.c \ + inputdialog.c \ manage_window.c \ menu.c \ pluginwindow.c \ @@ -35,6 +36,7 @@ sylpheedgtkinclude_HEADERS = \ gtkstext.h \ gtkutils.h \ gtkvscrollbutton.h \ + inputdialog.h \ logwindow.h \ manage_window.h \ menu.h \ diff --git a/src/inputdialog.c b/src/gtk/inputdialog.c similarity index 100% rename from src/inputdialog.c rename to src/gtk/inputdialog.c diff --git a/src/inputdialog.h b/src/gtk/inputdialog.h similarity index 100% rename from src/inputdialog.h rename to src/gtk/inputdialog.h diff --git a/src/mh_gtk.c b/src/mh_gtk.c index 3e801adf2..907904cbb 100644 --- a/src/mh_gtk.c +++ b/src/mh_gtk.c @@ -114,8 +114,6 @@ static void new_folder_cb(FolderView *folderview, guint action, item = gtk_ctree_node_get_row_data(ctree, folderview->selected); g_return_if_fail(item != NULL); g_return_if_fail(item->folder != NULL); - if (FOLDER_TYPE(item->folder) == F_IMAP) - g_return_if_fail(item->folder->account != NULL); new_folder = input_dialog(_("New folder"), _("Input the name of new folder:"),