summaryrefslogtreecommitdiff
path: root/libmate-panel-applet/mate-panel-applet.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmate-panel-applet/mate-panel-applet.c')
-rw-r--r--libmate-panel-applet/mate-panel-applet.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libmate-panel-applet/mate-panel-applet.c b/libmate-panel-applet/mate-panel-applet.c
index c08e5cc2..15d97585 100644
--- a/libmate-panel-applet/mate-panel-applet.c
+++ b/libmate-panel-applet/mate-panel-applet.c
@@ -1561,7 +1561,6 @@ mate_panel_applet_handle_background (MatePanelApplet *applet)
0, PANEL_PIXMAP_BACKGROUND, NULL, pattern);
-
cairo_pattern_destroy (pattern);
break;
@@ -2008,7 +2007,6 @@ mate_panel_applet_class_init (MatePanelAppletClass *klass)
widget_class->realize = mate_panel_applet_realize;
widget_class->key_press_event = mate_panel_applet_key_press_event;
-
gobject_class->finalize = mate_panel_applet_finalize;
g_object_class_install_property (gobject_class,
@@ -2430,7 +2428,6 @@ _mate_panel_applet_factory_main_internal (const gchar *factory_id,
g_return_val_if_fail(callback != NULL, 1);
g_assert(g_type_is_a(applet_type, PANEL_TYPE_APPLET));
-
#ifdef HAVE_X11
if (GDK_IS_X11_DISPLAY (gdk_display_get_default ())) {
/*Use this both in and out of process as the tray applet always uses GtkSocket