Merge lp:~dbarth/indicator-me/misc-fixes into lp:indicator-me

Proposed by David Barth
Status: Merged
Merge reported by: David Barth
Merged at revision: not available
Proposed branch: lp:~dbarth/indicator-me/misc-fixes
Merge into: lp:indicator-me
Diff against target: 0 lines
To merge this branch: bzr merge lp:~dbarth/indicator-me/misc-fixes
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
Review via email: mp+21967@code.launchpad.net

Description of the change

Misc fixes:
- if visible, always enable the broadcast field, whenever gwibber is running or not
- missing fallback icon for the user-indeterminate state
- fix typo in gwibber-service and more checks for parameters in the entry activate callback
- fix some potential crashers and get rid of some spurious error message

To post a comment you must log in.
Revision history for this message
Ted Gould (ted) wrote :
Download full text (12.8 KiB)

      * I think that entry_activate_cb() shouldn't use the parameter
        name "gmi" as other places that's be used for "GTK Menu item"
        and might confuse things. (it confused me in the limited scope
        of the diff)
      * I'm unsure why the static was removed from
        menu_visibility_changed.
      * In me-service-gwibber.c where service_proxy was changed to
        accounts_proxy the error comment should also be changed.

  review approve

On Tue, 2010-03-23 at 18:42 +0000, David Barth wrote:
> David Barth has proposed merging lp:~dbarth/indicator-me/misc-fixes into lp:indicator-me.
>
> Requested reviews:
> Indicator Applet Developers (indicator-applet-developers)
>
>
> Misc fixes:
> - if visible, always enable the broadcast field, whenever gwibber is running or not
> - missing fallback icon for the user-indeterminate state
> - fix typo in gwibber-service and more checks for parameters in the entry activate callback
> - fix some potential crashers and get rid of some spurious error message
> differences between files attachment (review-diff.txt)
> === modified file 'data/icons/16x16/status/Makefile.am'
> --- data/icons/16x16/status/Makefile.am 2009-09-16 20:59:37 +0000
> +++ data/icons/16x16/status/Makefile.am 2010-03-23 18:42:17 +0000
> @@ -2,6 +2,7 @@
> iconsdir = $(INDICATORICONSDIR)/hicolor/16x16/status
>
> icons_DATA = \
> + user-indeterminate.png \
> user-available.png \
> user-offline..png \
> user-away.png \
>
> === added file 'data/icons/16x16/status/user-indeterminate.png'
> Binary files data/icons/16x16/status/user-indeterminate.png 1970-01-01 00:00:00 +0000 and data/icons/16x16/status/user-indeterminate.png 2010-03-23 18:42:17 +0000 differ
> === modified file 'data/icons/22x22/status/Makefile.am'
> --- data/icons/22x22/status/Makefile.am 2009-09-16 20:59:37 +0000
> +++ data/icons/22x22/status/Makefile.am 2010-03-23 18:42:17 +0000
> @@ -2,6 +2,7 @@
> iconsdir = $(INDICATORICONSDIR)/hicolor/22x22/status
>
> icons_DATA = \
> + user-indeterminate..png \
> user-available.png \
> user-offline.png \
> user-away.png \
>
> === added file 'data/icons/22x22/status/user-indeterminate.png'
> Binary files data/icons/22x22/status/user-indeterminate.png 1970-01-01 00:00:00 +0000 and data/icons/22x22/status/user-indeterminate.png 2010-03-23 18:42:17 +0000 differ
> === modified file 'data/icons/24x24/status/Makefile.am'
> --- data/icons/24x24/status/Makefile.am 2009-09-16 20:59:37 +0000
> +++ data/icons/24x24/status/Makefile.am 2010-03-23 18:42:17 +0000
> @@ -2,6 +2,7 @@
> iconsdir = $(INDICATORICONSDIR)/hicolor/24x24/status
>
> icons_DATA = \
> + user-indeterminate.png \
> user-available.png \
> user-offline.png \
> user-away.png \
>
> === added file 'data/icons/24x24/status/user-indeterminate.png'
> Binary files data/icons/24x24/status/user-indeterminate.png 1970-01-01 00:00:00 +0000 and data/icons/24x24/status/user-indeterminate.png 2010-03-23 18:42:17 +0000 differ
> === modified file 'data/icons/32x32/status/Makefile.am'
> --- data/icons/32x32/status/Makefile.am 2009-09-16 20:59:37 +0000
> +++ data/icons/32x32/status/Makefile.am 2010-03-23 18:42:17 +0000
> @@ -...

review: Approve
Revision history for this message
David Barth (dbarth) wrote :

Thanks, corrected in the new commit.

lp:~dbarth/indicator-me/misc-fixes updated
93. By David Barth

style & typo fixes ted pointed out in his review

Preview Diff

Empty

Subscribers

People subscribed via source and target branches