[gnome-control-center] Fix missing =
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Fix missing =
- Date: Wed, 22 Aug 2012 13:43:07 +0000 (UTC)
commit 20a980d6ca8d4e40d62d9add1c3745ba403cf08a
Author: Colin Walters <walters verbum org>
Date: Wed Aug 22 09:42:18 2012 -0400
Fix missing =
panels/common/cc-common-language.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/common/cc-common-language.c b/panels/common/cc-common-language.c
index 765882b..e8c8e4d 100644
--- a/panels/common/cc-common-language.c
+++ b/panels/common/cc-common-language.c
@@ -61,7 +61,7 @@ cc_common_language_sort_languages (GtkTreeModel *model,
/* Sort before and after separator first */
if (sa && sb)
- result 0;
+ result = 0;
else if (sa)
result = ulb ? 1 : -1;
else if (sb)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]