Bug 387424

Summary: Layers and Reviews categories use the same icon ("draw-freehand")
Product: [Applications] okular Reporter: Nate Graham <nate>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: normal CC: aacid, luigi.toscano, simonandric5
Priority: NOR    
Version: 1.1.3   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Both categories use the same icon

Description Nate Graham 2017-11-29 00:54:20 UTC
Created attachment 109106 [details]
Both categories use the same icon

See attached screenshot. Will submit a patch soon.
Comment 1 Nate Graham 2017-11-29 01:54:20 UTC
Patch at https://phabricator.kde.org/D9043
Comment 2 Albert Astals Cid 2017-12-03 19:52:38 UTC
And you commited your patch, only to master and forgot to close this bug.

Please pay more attention to detail when developing.

Bugfixes like this go to stable branches.

I'll close the bug manually.
Comment 3 Nate Graham 2017-12-03 19:54:28 UTC
Sorry, I thought the bug would get closed automatically because I added "BUG: 387424" to the pPhabricator revision.

In general, should I always ask which branch to commit to, or always commit to the latest stable branch and then merge to master, or do something else?
Comment 4 Luigi Toscano 2017-12-03 20:09:32 UTC
(In reply to Nate Graham from comment #3)
> Sorry, I thought the bug would get closed automatically because I added
> "BUG: 387424" to the pPhabricator revision.

The line is "Summary: BUG: 387424", and that's probably why it was not parsed.

> In general, should I always ask which branch to commit to, or always commit
> to the latest stable branch and then merge to master, or do something else?

As Albert wrote: bugfixes (no features, no string changes (but exceptions are possible), etc) can go directly to the stable branch (and then merge to master). Anything else to master.
Comment 5 Nate Graham 2017-12-03 20:10:55 UTC
Ok, thanks!