patches/gnome-volume-manager-03-no-linux-msg.diff
author dcarbery
Wed, 30 Apr 2008 16:04:22 +0000
changeset 12237 2c24720c78ed
parent 8527 patches/gnome-volume-manager-06-no-linux-msg.diff@ec6f60451295
permissions -rw-r--r--
i2008-04-30 Damien Carbery <[email protected]> * base-specs/gnome-volume-manager.spec: Bump to to 2.22.5. Remove upstream patches, 02-autoplay, 03-libexec, 05-claimbranch. Renumber remainder. * patches/gnome-volume-manager-02-autoplay.diff, patches/gnome-volume-manager-03-libexec.diff, patches/gnome-volume-manager-05-claimbranch.diff: Removed, upstream. * patches/gnome-volume-manager-02-fixlocaluser.diff: Renumbered. * patches/gnome-volume-manager-01-fixcompile.diff, patches/gnome-volume-manager-03-no-linux-msg.diff, patches/gnome-volume-manager-04-trusted-extensions.diff, patches/gnome-volume-manager-05-hal-crash.diff: Renumber and rework.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12237
2c24720c78ed i2008-04-30 Damien Carbery <[email protected]>
dcarbery
parents: 8527
diff changeset
     1
--- gnome-volume-manager-2.22.5/src/properties.c.orig	2008-04-28 16:49:11.067950069 +0100
2c24720c78ed i2008-04-30 Damien Carbery <[email protected]>
dcarbery
parents: 8527
diff changeset
     2
+++ gnome-volume-manager-2.22.5/src/properties.c	2008-04-28 16:55:44.587519331 +0100
2c24720c78ed i2008-04-30 Damien Carbery <[email protected]>
dcarbery
parents: 8527
diff changeset
     3
@@ -563,7 +563,7 @@
8527
ec6f60451295 2006-11-08 Brian Cameron <[email protected]>
yippi
parents: 8461
diff changeset
     4
 						 GTK_BUTTONS_OK,
ec6f60451295 2006-11-08 Brian Cameron <[email protected]>
yippi
parents: 8461
diff changeset
     5
 						 _("Volume management not supported"));
8445
27dcba7a26b7 2006-10-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     6
 		gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
8527
ec6f60451295 2006-11-08 Brian Cameron <[email protected]>
yippi
parents: 8461
diff changeset
     7
-							  _("The \"hald\" service is required but not currently "
ec6f60451295 2006-11-08 Brian Cameron <[email protected]>
yippi
parents: 8461
diff changeset
     8
+							  _("The \"svc:/system/hal\" service is required but not currently "
8445
27dcba7a26b7 2006-10-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     9
 							    "running. Enable the service and rerun this application, "
12237
2c24720c78ed i2008-04-30 Damien Carbery <[email protected]>
dcarbery
parents: 8527
diff changeset
    10
 							    "or contact your system administrator."));
8445
27dcba7a26b7 2006-10-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    11