app/core/gimpchannel.h app/core/gimpitem.c
2003-01-14 Manish Singh <yosh@gimp.org> * app/core/gimpchannel.h * app/core/gimpitem.c * app/display/gimpnavigationview.c * app/gui/paths-dialog.c * app/tools/gimphistogramtool.c * app/tools/gimpscaletool.c * app/widgets/gimplistitem.c * libgimp/gimppixelrgn.c * libgimpwidgets/gimpunitmenu.c * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/aa.c * plug-ins/common/despeckle.c * plug-ins/common/psd.c * plug-ins/common/sharpen.c * plug-ins/common/snoise.c * plug-ins/common/spread.c * plug-ins/ifscompose/ifscompose.c * plug-ins/xjt/xjt.c: some minor code cleanup * plug-ins/common/csource.c: 64-bit cleanliness
This commit is contained in:
committed by
Manish Singh
parent
5bf67a3c11
commit
248dbd1e93
@ -292,7 +292,7 @@ gimp_navigation_view_popup (GimpDisplayShell *shell,
|
||||
}
|
||||
else
|
||||
{
|
||||
view = GIMP_NAVIGATION_VIEW (GTK_BIN (GTK_BIN (shell->nav_popup)->child)->child);;
|
||||
view = GIMP_NAVIGATION_VIEW (GTK_BIN (GTK_BIN (shell->nav_popup)->child)->child);
|
||||
}
|
||||
|
||||
preview = GIMP_NAVIGATION_PREVIEW (view->preview);
|
||||
|
||||
Reference in New Issue
Block a user