GNOME Bugzilla – Bug 594505
Menu option "Disconnect" is present on DAAP share even for disconnected shares
Last modified: 2018-05-24 14:41:34 UTC
Created attachment 142702 [details] Context menu with item "Disconnect" Context menu for disconnected share has item "Disconnect" which is a bit weird. The MSGBOX shows that I was not connected to the box at all. rhythmbox-0.12.4-3.fc12.x86_64 Have a look at the attachment.
Created attachment 159934 [details] [review] gstvalue: Add datetime gvalue Simple patch that implements the datetime fields all separate into the GValue. From the code: /* * Brief explanation of datetime representation in a GValue: * * We store each field separately, they are: year, month, day of month, * hour, minute, second, nanosecs, timezone (in minutes), dst (bit) * * Those are stored as: * at the first uint64: * unused:24, year:16, month:4, day:5, hour:5, minutes:4, secs:6 * at the second uint64: * unused:22, nanosecs:30, timezone:11, dst:1 * * TODO: * - how to do validation? */ How does it sound? (Yes, tests are needed, this is just to give an idea)
Comment on attachment 159934 [details] [review] gstvalue: Add datetime gvalue Wrong bug number?
Yep, sorry for the noise :(
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/rhythmbox/issues/806.