[gnome-shell] known_vendor_prefixes should be NULL terminated
- From: Maxim Ermilov <mermilov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] known_vendor_prefixes should be NULL terminated
- Date: Fri, 23 Apr 2010 14:48:22 +0000 (UTC)
commit 7f56d06546892ddc3332eb367bed29b358261aa5
Author: Maxim Ermilov <zaspire rambler ru>
Date: Fri Apr 23 03:39:26 2010 +0400
known_vendor_prefixes should be NULL terminated
https://bugzilla.gnome.org/show_bug.cgi?id=616574
src/shell-app-system.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-app-system.c b/src/shell-app-system.c
index 352b7d6..ad8cef4 100644
--- a/src/shell-app-system.c
+++ b/src/shell-app-system.c
@@ -27,7 +27,8 @@
*/
static const char*const known_vendor_prefixes[] = { "gnome",
"fedora",
- "mozilla" };
+ "mozilla",
+ NULL };
enum {
PROP_0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]