aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer-attachment.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-06 23:50:31 +0800
committerDan Winship <danw@src.gnome.org>2003-02-06 23:50:31 +0800
commit50ff525b79aaa97ab627d5dfd4c9e65fe013ecce (patch)
treebd5247f2648c4d0458f22ce9f991e7b37d1963c7 /composer/e-msg-composer-attachment.c
parent9c8e5249201801aa1e863bb5de2ee63d2286d071 (diff)
downloadgsoc2013-evolution-50ff525b79aaa97ab627d5dfd4c9e65fe013ecce.tar.gz
gsoc2013-evolution-50ff525b79aaa97ab627d5dfd4c9e65fe013ecce.tar.zst
gsoc2013-evolution-50ff525b79aaa97ab627d5dfd4c9e65fe013ecce.zip
clean up
* Makefile.am: clean up * e-msg-composer.c (autosave_manager_query_load_orphans): #include string.h (menu_file_send_cb): s/gtk_signal_emit/g_signal_emit/ * e-msg-composer-attachment.c: #include string.h (e_msg_composer_attachment_edit): s/E_GLADEDIR/EVOLUTION_GLADEDIR * e-msg-composer-attachment-bar.c: #include string.h (pixbuf_for_mime_type): s/ICONSDIR/IMAGESDIR/ * e-msg-composer-hdrs.c: #include string.h * e-msg-composer-select-file.c (run_selector): Remove unused var * evolution-composer.c: #include string.h (evolution_composer_init): Remove unused var * listener.c: #include string.h (listener_new): Remove unused var svn path=/trunk/; revision=19804
Diffstat (limited to 'composer/e-msg-composer-attachment.c')
-rw-r--r--composer/e-msg-composer-attachment.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer/e-msg-composer-attachment.c b/composer/e-msg-composer-attachment.c
index 9a6bfefc79..2be55b1f69 100644
--- a/composer/e-msg-composer-attachment.c
+++ b/composer/e-msg-composer-attachment.c
@@ -23,12 +23,13 @@
/* This is the object representing an email attachment. It is implemented as a
- GtkObject to make it easier for the application to handle it. For example,
+ GObject to make it easier for the application to handle it. For example,
the "changed" signal is emitted whenever something changes in the
attachment. Also, this contains the code to let users edit the
attachment manually. */
#include <sys/stat.h>
+#include <string.h>
#include <errno.h>
#include <camel/camel.h>
@@ -423,7 +424,7 @@ e_msg_composer_attachment_edit (EMsgComposerAttachment *attachment, GtkWidget *p
return;
}
- editor_gui = glade_xml_new (E_GLADEDIR "/e-msg-composer-attachment.glade",
+ editor_gui = glade_xml_new (EVOLUTION_GLADEDIR "/e-msg-composer-attachment.glade",
NULL, NULL);
if (editor_gui == NULL) {
g_warning ("Cannot load `e-msg-composer-attachment.glade'");
d class='commitgraph'>* Update to version 5.1.3pawel2017-01-253-4/+6 * - Update to 1.7.0.4wen2017-01-222-4/+4 * Update to version 0.902skreuzer2017-01-222-4/+4 * Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-211-1/+1 * - Fix LICENSEjhale2017-01-114-3/+83 * finance/rubygem-money: update to 6.8.1swills2017-01-102-4/+4 * - Update to 1.2.5wen2017-01-092-3/+4 * devel/boost-*: update to 1.63.0jbeich2017-01-063-3/+3 * Update to 6.8.0sunpoet2017-01-042-5/+6 * Reassign to the perl collectiveadamw2017-01-031-1/+1 * leeym handed in his commit bit.rene2017-01-031-1/+1 * Remove BROKEN_FreeBSD_9sunpoet2017-01-011-2/+0 * - Update Skrooge to 2.6.0 releasefluffy2016-12-304-26/+35 * finance/rubygem-money: update to 6.7.1swills2016-12-282-3/+4 * - Update to 1.7.0.3wen2016-12-262-4/+4 * - Update finance/gnucash to 2.6.15madpilot2016-12-2410-17/+52 * Update finance/skrooge to 2.5.0tcberner2016-12-206-381/+572 * finance/R-cran-tseries: updated to version 0.10-36dbn2016-12-202-10/+6 * - Update LICENSEsunpoet2016-12-171-3/+7 * - Update to 1.6-5tota2016-12-172-4/+7 * - Update WWW: pear.php.net uses https://sunpoet2016-12-131-1/+1 * Remove libexpat.so.6 compatibility link that was added in r374303 totijl2016-12-092-1/+2 * Remove libpcre.so.3 compatibility link that was added in r374303 totijl2016-12-091-0/+1 * Update to version 5.1.2pawel2016-12-083-5/+5 * - Update to 0.4-7tota2016-12-032-5/+5 * Do not use post-stage. Use post-install instead.mat2016-12-021-4/+3 * http://github.com redirects to https://github.com, spare everyone a redirect.mat2016-12-021-1/+1 * - Update to 1.7.0.2wen2016-11-292-4/+4 * - Update to 4.13.1wen2016-11-282-4/+4 * - Update to 1.7.0.1wen2016-11-282-7/+20 * Update security/gpgme-* to 1.8.0jhale2016-11-272-2/+2 * devel/boost-*: update to 1.62.0jbeich2016-11-233-1/+3 * Fix conflict between libqgpgme from deskutils/kdepimlibs4 and security/qgpgme...tcberner2016-11-231-1/+1 * - Update to 0.06sunpoet2016-11-202-9/+9 * Convert R-cran ports to auto-plist.dbn2016-11-194-112/+2 * Clean up TEST_DEPENDS, devel/py-unittest2 was removed at 2016-09-26rene2016-11-141-2/+1 * Update to version 5.1.1pawel2016-11-123-5/+4 * - Update to 1.6.1.8wen2016-10-272-4/+4 * - Fix build on 9.x by adding missing depend (introduced with patches)amdmi32016-10-241-0/+1 * ${RM} already has -f.mat2016-10-213-3/+3 * - Update to version 5.1pawel2016-10-193-14/+13 * Fix plist after r424017.rakuco2016-10-162-93/+94 * Update to 4.8.0jhale2016-10-153-85/+187 * Update finance/aqbanking to 5.6.12jhale2016-10-156-68/+22 * - Update to finance/libofx to 0.9.11jhale2016-10-1511-20/+23 * - Update gnucash-docs to 2.6.14madpilot2016-09-203-200/+201 * - Update gnucash to 2.6.14madpilot2016-09-202-10/+12 * - Update to 2.6.4amdmi32016-09-173-12/+19 * Unmark broken on powerpc64swills2016-09-152-4/+0 * - Update to 1.6.1.7wen2016-09-142-4/+4 * Define PORTSCOUT in finance/skroogetcberner2016-09-131-0/+2 * finance/openhbci: Document SSL requirement and fix build with LibreSSLmarino2016-09-122-1/+83 * devel/php-tclink: Document SSL requirement and fix build for LibreSSLmarino2016-09-111-2/+6 * - Update to 1.3-0tota2016-09-103-4/+5 * - Update to 0.4-6tota2016-09-032-4/+7 * Upgrade to 1.0.1.thierry2016-09-014-25/+21 * finance/R-cran-fGarch: updated to version 3010.82.1dbn2016-08-252-10/+11 * Convert some port to the new GH_SUBDIR feature.mat2016-08-241-22/+11 * Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-243-6/+7 * New port: devel/grantlee5 and Uses/grantlee.mktcberner2016-08-152-5/+3 * Don't use extension.ini any more, and have each extension install in itsmat2016-08-031-1/+1 * Update to version 5.0.9pawel2016-07-243-5/+14 * Cleanup $() variables in ports Makefiles.mat2016-07-201-1/+1 * Update to 2.6.13.madpilot2016-06-296-7/+12 * Convert USE_PHP*=yes into USES=php*mat2016-06-282-5/+2 * - Update to 1.6.1.6wen2016-06-272-3/+4 * finance/R-cran-tseries: add missing pkg.plist.dbn2016-06-202-0/+30 * finance/R-cran-tseries: update to 0.10-35.dbn2016-06-192-4/+5 * - Update to 4.13wen2016-06-082-4/+4 * Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the basemat2016-05-302-1/+1 * Remove expired misc/kdehier4 and update all of its consumers to not reference...rene2016-05-263-3/+3 * Update to version 5.0.8pawel2016-05-252-3/+4 * Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-241-1/+1 * - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1 * - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-198-17/+17 * - Update to version 5.0.7pawel2016-05-103-8/+8 * - Update to 1.6.1.5wen2016-05-062-7/+8 * Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-281-1/+1 * create USES=gem and update rubygem- ports to use itswills2016-04-281-2/+1 * many ports: mark broken on powerpc64swills2016-04-222-0/+4 * Update to 1.2.7.mat2016-04-183-32/+17 * Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'danfe2016-04-161-1/+0 * - Update USE_PHP, add session and simplexmlwen2016-04-161-2/+2 * Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-01144-392/+392 * Cleanup dependencies on lang/p5-Scalar-List-Utils.mat2016-03-311-2/+1 * - Update gnucash to 2.6.12madpilot2016-03-306-7/+244 * finance/moneymanagerex: Fix build on DFmarino2016-03-231-1/+1 * - Update libsodium to 1.0.8vsevolod2016-03-231-0/+1 * - Update to 0.23-1tota2016-03-222-3/+3 * Change header installation location for kdelibs4-based ports.rakuco2016-03-154-78/+80 * Switch to USES=sqlite:3.rakuco2016-03-151-2/+1 * These ports do not build with PHP 7.0, make them as such.mat2016-03-141-0/+2 * Update to 1.2.6mat2016-03-108-29/+182 * finance/py-stripe: Update to 1.30.0koobs2016-03-033-12/+21 * Update to 2.3.25.rakuco2016-02-282-9/+14 * - Switch mysqli supportmiwi2016-02-281-2/+2 * - Switch to mysqli supportmiwi2016-02-281-1/+2 * - Use mysqli onlymiwi2016-02-281-1/+2 * - Update to 3.1.1 which fixes build with boost 1.60amdmi32016-02-263-6/+5 * finance/R-cran-timeSeries: update to 3022.101.2dbn2016-02-243-4/+88 * finance/py-stripe: Update to 1.29.1, Modernizekoobs2016-02-233-20/+19 * - Update to 1.6.1.4wen2016-02-132-3/+3 * - Update to 1.2-9tota2016-01-242-6/+4 * - Update to 1.5-12tota2016-01-242-9/+9 * - Update to 6.7.0sunpoet2016-01-192-4/+4 * Upgrade to 4706.vanilla2016-01-192-4/+4 * Hand gnucash over to madpilot@ who has been updating it for a while now.kwm2016-01-152-2/+2 * - Update to 2.5.4amdmi32016-01-144-258/+10 * Update to 2.6.11madpilot2016-01-146-6/+50 * - Add NO_ARCHamdmi32016-01-141-0/+1 * - Update to 3.23sunpoet2016-01-132-5/+9 * Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-133-3/+3 * Hand over maintainership back to ports@ for ports which i'm not using myself ...decke2016-01-121-1/+1 * - Update to 2.21.0decke2016-01-123-35/+30