~umang/indicator-stickynotes/trunk

46 by Umang Varma
Notes can now change color.
1
/* 
135 by Umang Varma
Update version number, copyright year, credits for 0.5.0
2
 * Copyright © 2012-2015 Umang Varma <umang.me@gmail.com>
46 by Umang Varma
Notes can now change color.
3
 * 
4
 * This file is part of indicator-stickynotes.
5
 * 
6
 * indicator-stickynotes is free software: you can redistribute it and/or
7
 * modify it under the terms of the GNU General Public License as published by
8
 * the Free Software Foundation, either version 3 of the License, or (at your
9
 * option) any later version.
10
 * 
11
 * indicator-stickynotes is distributed in the hope that it will be useful, but
12
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
14
 * more details.
15
 * 
16
 * You should have received a copy of the GNU General Public License along with
17
 * indicator-stickynotes.  If not, see <http://www.gnu.org/licenses/>.
18
 * 
19
 */
20
157.1.3 by Zheng-Ling Lai
Fix unchangable text color
21
GtkSourceView, GtkButton, GtkEventBox
46 by Umang Varma
Notes can now change color.
22
{
157.1.2 by Zheng-Ling Lai
Fix non transparent textbox background under KDE
23
    background: transparent;
46 by Umang Varma
Notes can now change color.
24
}