[gnome-contacts] misc: Fix whitespace issues
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] misc: Fix whitespace issues
- Date: Tue, 3 Sep 2013 14:35:50 +0000 (UTC)
commit f92e8060e1c8394444a82adc5f1f46622dae96d2
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Tue Sep 3 10:00:57 2013 -0400
misc: Fix whitespace issues
src/contacts-app.vala | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index 27eb3ec..c5a43bc 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -161,8 +161,8 @@ public class Contacts.App : Gtk.Application {
public void show_help () {
try {
Gtk.show_uri (window.get_screen (),
- "help:gnome-help/contacts",
- Gtk.get_current_event_time ());
+ "help:gnome-help/contacts",
+ Gtk.get_current_event_time ());
} catch (GLib.Error e1) {
warning ("Error showing help: %s", e1.message);
}
@@ -341,7 +341,7 @@ public class Contacts.App : Gtk.Application {
contacts_store.disconnect (id);
release ();
return false;
- });
+ });
}
return;
@@ -455,9 +455,9 @@ public class Contacts.App : Gtk.Application {
b.clicked.connect ( () => {
really_delete = false;
notification.dismiss ();
- foreach (var c in contact_list) {
- c.show ();
- }
+ foreach (var c in contact_list) {
+ c.show ();
+ }
});
}
@@ -528,9 +528,9 @@ public class Contacts.App : Gtk.Application {
notification.show_all ();
b.clicked.connect ( () => {
- notification.dismiss ();
- operation.undo.begin ();
- });
+ notification.dismiss ();
+ operation.undo.begin ();
+ });
window.add_notification (notification);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]