[nautilus] mime-actions: fix indentation
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] mime-actions: fix indentation
- Date: Mon, 16 Nov 2015 22:00:53 +0000 (UTC)
commit 7078e48f73cfbad8f4f6e8476b142c175699f09d
Author: Cosimo Cecchi <cosimo endlessm com>
Date: Mon Nov 16 13:52:56 2015 -0800
mime-actions: fix indentation
src/nautilus-mime-actions.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/nautilus-mime-actions.c b/src/nautilus-mime-actions.c
index 9083181..07ae9c1 100644
--- a/src/nautilus-mime-actions.c
+++ b/src/nautilus-mime-actions.c
@@ -1063,14 +1063,14 @@ search_for_application_dbus_call_notify_cb (GDBusProxy *proxy,
if (variant == NULL) {
if (!g_dbus_error_is_remote_error (error) ||
g_strcmp0 (g_dbus_error_get_remote_error (error),
"org.freedesktop.PackageKit.Modify.Failed") == 0) {
- char *message;
-
- message = g_strdup_printf ("%s\n%s",
- _("There was an internal error trying to search for
applications:"),
- error->message);
- eel_show_error_dialog (_("Unable to search for application"), message,
- parameters_install->parent_window);
- g_free (message);
+ char *message;
+
+ message = g_strdup_printf ("%s\n%s",
+ _("There was an internal error trying to search for
applications:"),
+ error->message);
+ eel_show_error_dialog (_("Unable to search for application"), message,
+ parameters_install->parent_window);
+ g_free (message);
} else {
g_warning ("Error while trying to search for applications: %s",
error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]