diff options
author | Ashish Shrivastava <shashish@novell.com> | 2008-07-21 00:03:43 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2008-07-21 00:03:43 +0800 |
commit | b437b5ed8fed646b97a7726e13ddcdcb2bc793ac (patch) | |
tree | 4e0c73e8517b984ef3fc1e03b556d9ff6c557b4a /plugins/email-custom-header/Makefile.am | |
parent | ed0c21685c08ac5eba8e07c4a45f3df11d804151 (diff) | |
download | gsoc2013-evolution-b437b5ed8fed646b97a7726e13ddcdcb2bc793ac.tar.gz gsoc2013-evolution-b437b5ed8fed646b97a7726e13ddcdcb2bc793ac.tar.zst gsoc2013-evolution-b437b5ed8fed646b97a7726e13ddcdcb2bc793ac.zip |
Committing on behalf of Ashish Shrivastava <shashish@novell.com>
2008-06-25 Ashish Shrivastava <shashish@novell.com>
* email-custom-header.glade: Marked strings for
translation.
remove "window1" string from translation.
2008-06-24 Ashish Shrivastava <shashish@novell.com>
* email-custom-header.c: (e_plugin_lib_get_configure_widget),
(org_gnome_email_custom_header_config_option):
Added Support for configuring gconf values.
* email-custom-header.glade:
Configure email-custom-header plugin within the plugin-manager.
* org-gnome-email-custom-header.eplug.xml: Add hook class
for Configure tab.
* Makefile.am: Add new file.(email-custom-header.glade).
svn path=/trunk/; revision=35774
Diffstat (limited to 'plugins/email-custom-header/Makefile.am')
-rw-r--r-- | plugins/email-custom-header/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/email-custom-header/Makefile.am b/plugins/email-custom-header/Makefile.am index f7a9c84e2f..91a3b52df4 100644 --- a/plugins/email-custom-header/Makefile.am +++ b/plugins/email-custom-header/Makefile.am @@ -42,7 +42,8 @@ install-data-local: fi glade_DATA = \ - org-gnome-email-custom-header.glade + org-gnome-email-custom-header.glade \ + email-custom-header.glade EXTRA_DIST = \ org-gnome-email-custom-header.eplug.xml \ |