Clean up underscores in function and variable names
Try to fix all places where we accidentally used foo_bar instead of fooBar for function names, function parameters, and variables. (Lucas Rocha pointed out one example.) http://bugzilla.gnome.org/show_bug.cgi?id=581141
This commit is contained in:
@ -86,7 +86,7 @@ DocDisplayItem.prototype = {
|
||||
// reading the application's desktop file, and thus don't find the
|
||||
// StartupNotify=true in it. So, despite passing the app launch context,
|
||||
// no startup notification occurs.
|
||||
appInfo.launch([], Main.create_app_launch_context());
|
||||
appInfo.launch([], Main.createAppLaunchContext());
|
||||
} else {
|
||||
log("Failed to get application info for " + this._docInfo.get_uri());
|
||||
}
|
||||
|
Reference in New Issue
Block a user