aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-commands.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-11-15 06:04:21 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-11-15 06:04:21 +0800
commit9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 (patch)
tree2e1e96f33404781354c422a7e9beaf458ebeb655 /shell/e-shell-window-commands.c
parent7e8f8bb9e5167b0219b48ab3e8062080d3740b0a (diff)
downloadgsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.gz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.bz2
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.lz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.xz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.zst
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.zip
** Remove trailing whitespace from source code.
2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r--shell/e-shell-window-commands.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index 799cb2002d..7700e86608 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -639,7 +639,7 @@ static const char *authors[] = {
NULL
};
-static const char *documentors[] = {
+static const char *documentors[] = {
"Aaron Weber",
"Binika Preet",
"Dan Winship",
@@ -688,7 +688,7 @@ command_help_faq (BonoboUIComponent *uih,
{
/* FIXME Show when we have a faq */
/* FIXME use the error */
- gnome_url_show ("http://gnome.org/projects/evolution/faq.shtml", NULL);
+ gnome_url_show ("http://gnome.org/projects/evolution/faq.shtml", NULL);
}
#endif
@@ -780,7 +780,7 @@ command_forget_passwords (BonoboUIComponent *ui_component,
void *data,
const char *path)
{
- if (e_error_run (NULL, "shell:forget-passwords", NULL) == GTK_RESPONSE_OK)
+ if (e_error_run (NULL, "shell:forget-passwords", NULL) == GTK_RESPONSE_OK)
e_passwords_forget_passwords();
}
@@ -853,7 +853,7 @@ static EPixmap pixmaps [] = {
E_PIXMAP ("/menu/File/FileClose", "window-close", E_ICON_SIZE_MENU),
E_PIXMAP ("/menu/File/FileExit", "application-exit", E_ICON_SIZE_MENU),
E_PIXMAP ("/menu/Edit/Settings", "preferences-desktop", E_ICON_SIZE_MENU),
-
+
E_PIXMAP_END
};
@@ -994,7 +994,7 @@ view_buttons_hide_item_toggled_handler (BonoboUIComponent *ui_componen
gboolean is_visible;
sidebar = e_shell_window_peek_sidebar (shell_window);
-
+
is_visible = state[0] == '0';
e_sidebar_set_show_buttons (sidebar, is_visible);
@@ -1026,7 +1026,7 @@ view_statusbar_item_toggled_handler (BonoboUIComponent *ui_component,
gboolean is_visible;
GConfClient *gconf_client;
- is_visible = state[0] == '1';
+ is_visible = state[0] == '1';
if(is_visible)
gtk_widget_show (status_bar);
else
@@ -1047,7 +1047,7 @@ view_sidebar_item_toggled_handler (BonoboUIComponent *ui_component,
gboolean is_visible;
GConfClient *gconf_client;
- is_visible = state[0] == '1';
+ is_visible = state[0] == '1';
if(is_visible)
gtk_widget_show (side_bar);
else