aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus/gal-view-instance.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 /widgets/menus/gal-view-instance.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 'widgets/menus/gal-view-instance.c')
-rw-r--r--widgets/menus/gal-view-instance.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/widgets/menus/gal-view-instance.c b/widgets/menus/gal-view-instance.c
index 0cb8b0934e..fbdcf608cc 100644
--- a/widgets/menus/gal-view-instance.c
+++ b/widgets/menus/gal-view-instance.c
@@ -1,5 +1,5 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
+/*
* gal-view-instance.c
* Copyright 2000, 2001, Ximian, Inc.
*
@@ -243,7 +243,7 @@ load_current_view (GalViewInstance *instance)
xmlDoc *doc = NULL;
xmlNode *root;
GalView *view = NULL;
-
+
if (g_file_test (instance->current_view_filename, G_FILE_TEST_IS_REGULAR)) {
#ifdef G_OS_WIN32
gchar *locale_filename = g_win32_locale_filename_from_utf8 (instance->current_view_filename);
@@ -254,7 +254,7 @@ load_current_view (GalViewInstance *instance)
doc = xmlParseFile(instance->current_view_filename);
#endif
}
-
+
if (doc == NULL) {
instance->current_id = g_strdup (gal_view_instance_get_default_view (instance));
@@ -303,9 +303,9 @@ load_current_view (GalViewInstance *instance)
* gal_view_instance_new:
* @collection: This %GalViewCollection should be loaded before being passed to this function.
* @instance_id: Which instance of this type of object is this (for most of evo, this is the folder id.)
- *
+ *
* Create a new %GalViewInstance.
- *
+ *
* Return value: The new %GalViewInstance.
**/
GalViewInstance *
@@ -466,7 +466,7 @@ gal_view_instance_exists (GalViewInstance *instance)
return TRUE;
else
return FALSE;
-
+
}
typedef struct {
@@ -492,7 +492,7 @@ add_popup_radio_item (EPopupMenu *menu_item,
gpointer closure,
gboolean value)
{
- EPopupMenu menu_item_struct =
+ EPopupMenu menu_item_struct =
E_POPUP_RADIO_ITEM_CC (title,
fn,
closure,
@@ -509,7 +509,7 @@ add_popup_menu_item (EPopupMenu *menu_item,
GCallback fn,
gpointer closure)
{
- EPopupMenu menu_item_struct =
+ EPopupMenu menu_item_struct =
E_POPUP_ITEM_CC (title,
fn,
closure,
@@ -598,7 +598,7 @@ gal_view_instance_free_popup_menu (GalViewInstance *instance, EPopupMenu *menu)
{
int i;
/* This depends on the first non-custom closure to be a separator or a terminator. */
- for (i = 0; menu[i].name && *(menu[i].name); i++) {
+ for (i = 0; menu[i].name && *(menu[i].name); i++) {
g_object_unref (((ListenerClosure *)(menu[i].closure))->instance);
g_free (menu[i].closure);
}