Skip to content

Commit 683946e

Browse files
vkarehraveit65
authored and
raveit65
committed
battstat: Load theme icons instead of pixmaps
Also remove the outdated option for expanded view.
1 parent 311ae4e commit 683946e

7 files changed

+63
-1331
lines changed

battstat/Makefile.am

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ libexec_PROGRAMS = battstat-applet
3939

4040
battstat_applet_SOURCES = \
4141
battstat.h \
42-
pixmaps.h \
4342
properties.c \
4443
battstat_applet.c \
4544
power-management.c \

battstat/battstat.h

-5
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ typedef struct _ProgressData {
8888
GtkWidget *applet;
8989

9090
/* these are used by properties.c */
91-
GtkWidget *radio_ubuntu_battery;
92-
GtkWidget *radio_traditional_battery;
9391
GtkWidget *radio_text_1;
9492
GtkWidget *radio_text_2;
9593
GtkWidget *check_text;
@@ -106,9 +104,6 @@ typedef struct _ProgressData {
106104
gboolean lowbattnotification;
107105
gboolean fullbattnot;
108106
gboolean beep;
109-
gboolean draintop;
110-
gboolean showstatus;
111-
gboolean showbattery;
112107
AppletTextType showtext;
113108

114109
/* label changed type (% <-> h:mm) and must be refreshed */

0 commit comments

Comments
 (0)