Changeset 4499
- Timestamp:
- May 2, 2017, 9:26:56 AM (4 years ago)
- Location:
- llum/trunk/fuentes/llum
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
llum/trunk/fuentes/llum/XmlrpcClient.cs
r376 r4499 1207 1207 user["sambaLMPassword"]=(string)(tmp3["sambaLMPassword"]); 1208 1208 user["sambaNTPassword"]=(string)(tmp3["sambaNTPassword"]); 1209 if(tmp3.ContainsKey("uidNumber")) 1210 user["uidNumber"]=(string)(tmp3["uidNumber"]); 1209 1211 user["groups"]=JsonConvert.DeserializeObject<string[]>(JsonConvert.SerializeObject(tmp3["groups"])); 1210 1212 users[x]=user; -
llum/trunk/fuentes/llum/gtk-gui/MainWindow.cs
r376 r4499 22 22 this.Name = "MainWindow"; 23 23 this.Title = global::Mono.Unix.Catalog.GetString ("Llum - Lliurex User Manager"); 24 this.Icon = global::Stetic.IconLoader.LoadIcon (this, " stock_3d-light-on", global::Gtk.IconSize.Menu);24 this.Icon = global::Stetic.IconLoader.LoadIcon (this, "llum", global::Gtk.IconSize.Menu); 25 25 this.WindowPosition = ((global::Gtk.WindowPosition)(1)); 26 26 // Container child MainWindow.Gtk.Container+ContainerChild
Note: See TracChangeset
for help on using the changeset viewer.