GNOME Bugzilla – Bug 676443
clue bar in Downloads looks bad
Last modified: 2012-06-01 14:47:54 UTC
Created attachment 214519 [details] screenshot The clue bar thingy in Downloads doesn't look like the media one and just looks bad.
-> gnome-user-share That bar is provided by the gnome-user-share Nautilus extension
Created attachment 214579 [details] [review] share-bar: make it a GtkInfoBar subclass Instead of a GtkBox. This fixes the different appearance of the bar from the rest of the stock Nautilus bars.
Created attachment 214580 [details] [review] all: misc cleanups Remove useless/obsolete code
Created attachment 214581 [details] [review] all: don't use deprecated GDK methods
Review of attachment 214579 [details] [review]: Looks good.
Review of attachment 214580 [details] [review]: Could you please split those patches? Makes it hard to see what's happening here. ::: src/user_share.c @@ -491,3 @@ return 1; - x_fd = ConnectionNumber (xdisplay); At least this is wrong. We want a connection to the X display so we die when the X server goes away.
Review of attachment 214581 [details] [review]: Looks good.
Comment on attachment 214579 [details] [review] share-bar: make it a GtkInfoBar subclass Attachment 214579 [details] pushed as 1cfba24 - share-bar: make it a GtkInfoBar subclass
(In reply to comment #6) > Could you please split those patches? Makes it hard to see what's happening > here. Okay, I will open a new bug for those cleanups.
Comment on attachment 214581 [details] [review] all: don't use deprecated GDK methods Attachment 214581 [details] pushed as 7b51e6c - all: don't use deprecated GDK methods