Commit 68b56ac7f036ebeaee5a32289a661ab9a2f48ba6

Authored by Perry Werneck
1 parent 9e71aed8
Exists in master and in 1 other branch develop

Fixing model number property.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/terminal/properties/init.c
... ... @@ -43,7 +43,7 @@
43 43 { "connected", &klass->properties.online },
44 44 { "associated_lu", &klass->properties.associated_lu },
45 45 { "url", &klass->properties.url },
46   - { "model", &klass->properties.model },
  46 + { "model_number", &klass->properties.model },
47 47 { "has_selection", &klass->properties.selection },
48 48 };
49 49  
... ...