Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 522404
Collapse All | Expand All

(-)a/src/panel.c (-2 / +1 lines)
Lines 233-239 static gboolean lxpanel_button_press(GtkWidget *widget, GdkEventButton *event) Link Here
233
        gtk_menu_popup(popup, NULL, NULL, NULL, NULL, event->button, event->time);
233
        gtk_menu_popup(popup, NULL, NULL, NULL, NULL, event->button, event->time);
234
        return TRUE;
234
        return TRUE;
235
    }
235
    }
236
    return GTK_WIDGET_CLASS(lxpanel_parent_class)->button_press_event(widget, event);
236
    return FALSE;
237
}
237
}
238
238
239
static void lxpanel_class_init(PanelToplevelClass *klass)
239
static void lxpanel_class_init(PanelToplevelClass *klass)
240
- 

Return to bug 522404