cleanup, removed unecessary G_OBJECT() casts. Should do the same for
2003-01-05 Manish Singh <yosh@gimp.org> * many files in app, modules and libgimp*: cleanup, removed unecessary G_OBJECT() casts. Should do the same for plug-ins, when more of them get undeprecated.
This commit is contained in:
committed by
Manish Singh
parent
08caef0490
commit
1a44f2126c
@ -139,8 +139,7 @@ gimp_button_extended_clicked (GimpButton *button,
|
||||
{
|
||||
g_return_if_fail (GIMP_IS_BUTTON (button));
|
||||
|
||||
g_signal_emit (G_OBJECT (button), button_signals[EXTENDED_CLICKED], 0,
|
||||
state);
|
||||
g_signal_emit (button, button_signals[EXTENDED_CLICKED], 0, state);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
||||
Reference in New Issue
Block a user