diff options
author | lukefromdc <[email protected]> | 2017-07-18 02:03:02 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2017-08-13 14:37:24 -0400 |
commit | da61744ebf10b2517672449e8a8c2eb03e1f3879 (patch) | |
tree | 9f9514d316793ebacc5a5d6aa406f7eaf022eb84 /libmate-panel-applet/mate-panel-applet-factory.c | |
parent | 94d8d911c873fce175b808e64addc89823252ffb (diff) | |
download | mate-panel-da61744ebf10b2517672449e8a8c2eb03e1f3879.tar.bz2 mate-panel-da61744ebf10b2517672449e8a8c2eb03e1f3879.tar.xz |
libmate-panel-applet GTK 3.14/3.16: fix custom bg w alpha
Draw the background only on out of process applets. This prevents double-draw of bg w alpha value on in-process applets with GTK 3.14/3/16
Also Fix indent
Diffstat (limited to 'libmate-panel-applet/mate-panel-applet-factory.c')
-rw-r--r-- | libmate-panel-applet/mate-panel-applet-factory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmate-panel-applet/mate-panel-applet-factory.c b/libmate-panel-applet/mate-panel-applet-factory.c index fef1528c..cf2e6cba 100644 --- a/libmate-panel-applet/mate-panel-applet-factory.c +++ b/libmate-panel-applet/mate-panel-applet-factory.c @@ -241,9 +241,9 @@ static const gchar introspection_xml[] = "<arg name='screen' type='i' direction='in'/>" "<arg name='props' type='a{sv}' direction='in'/>" "<arg name='applet' type='o' direction='out'/>" - "<arg name='out-of-process' type='b' direction='out'/>" + "<arg name='out-of-process' type='b' direction='out'/>" "<arg name='xid' type='u' direction='out'/>" - "<arg name='uid' type='u' direction='out'/>" + "<arg name='uid' type='u' direction='out'/>" "</method>" "</interface>" "</node>"; |