summaryrefslogtreecommitdiff
path: root/components/services/install-view
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-12-15 17:18:44 +0000
committerDarin Adler <darin@src.gnome.org>2000-12-15 17:18:44 +0000
commit2d6c8097d4a281f1ce6ff0819f47e1530729ffdb (patch)
treed09f822d935fb6b093a44c7e15d67f70dfdbd48a /components/services/install-view
parent846836521a2dd75ed54eab762719adee4531cea3 (diff)
downloadnautilus-2d6c8097d4a281f1ce6ff0819f47e1530729ffdb.tar.gz
Got rid of lingering references to helixcode-utils.* that Robey apparently
* components/services/install/lib/eazel-install-xml-package-list.h: * components/services/install/nautilus-view/nautilus-service-install.c: * nautilus-installer/src/Makefile.am: Got rid of lingering references to helixcode-utils.* that Robey apparently missed when he removed those files. This should fix clean builds and Tinderbox. * components/services/trilobite/libtrilobite/Makefile.am: Removed duplicate mention of file. * src/nautilus-view-frame.c: Formatting tweak.
Diffstat (limited to 'components/services/install-view')
-rw-r--r--components/services/install-view/nautilus-service-install.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/components/services/install-view/nautilus-service-install.c b/components/services/install-view/nautilus-service-install.c
index f66bb75fe..addeaff69 100644
--- a/components/services/install-view/nautilus-service-install.c
+++ b/components/services/install-view/nautilus-service-install.c
@@ -21,15 +21,14 @@
*/
#include "nautilus-service-install.h"
-#include <libtrilobite/helixcode-utils.h>
#include <libeazelinstall.h>
#define OAF_ID "OAFIID:trilobite_eazel_install_service:8ff6e815-1992-437c-9771-d932db3b4a17"
static void
xnautilus_service_install_download_failed (EazelInstallCallback *service,
- const char *name,
- NautilusServiceInstallView *view)
+ const char *name,
+ NautilusServiceInstallView *view)
{
fprintf (stdout, "Download of %s FAILED\n", name);
}
@@ -94,17 +93,17 @@ xnautilus_service_install_failed (EazelInstallCallback *service,
static void
xnautilus_service_install_dependency_check (EazelInstallCallback *service,
- const PackageData *package,
- const PackageData *needs,
- NautilusServiceInstallView *view)
+ const PackageData *package,
+ const PackageData *needs,
+ NautilusServiceInstallView *view)
{
g_message ("Doing dependency check for %s - need %s\n", package->name, needs->name);
}
static void
xnautilus_service_install_done (EazelInstallCallback *service,
- gboolean result,
- NautilusServiceInstallView *view)
+ gboolean result,
+ NautilusServiceInstallView *view)
{
char *tmp;
eazel_install_callback_unref (GTK_OBJECT (service));
@@ -116,7 +115,7 @@ xnautilus_service_install_done (EazelInstallCallback *service,
void
xnautilus_service_install_view_install_package_callback (GtkWidget *widget,
- NautilusServiceInstallView *view)
+ NautilusServiceInstallView *view)
{
GList *packages;
GList *categories;
@@ -178,7 +177,7 @@ xnautilus_service_install_view_install_package_callback (GtkWidget *widget,
void
xnautilus_service_install_view_uninstall_package_callback (GtkWidget *widget,
- NautilusServiceInstallView *view)
+ NautilusServiceInstallView *view)
{
GList *packages;
GList *categories;